We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a3f7e commit 1aa35abCopy full SHA for 1aa35ab
.github/workflows/wasm-examples.yml
@@ -28,6 +28,8 @@ jobs:
28
uses: actions/checkout@v4
29
- name: Install dependencies
30
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
31
+ - name: Install wasm32 rust target
32
+ run: rustup target install wasm32-unknown-unknown
33
- name: make wasm-examples
34
run: make wasm-examples
35
- name: Setup Pages
0 commit comments