We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09b451 commit 73e15bdCopy full SHA for 73e15bd
.github/workflows/rust.yml
@@ -83,6 +83,8 @@ jobs:
83
toolchain: ${{ matrix.rust }}
84
override: true
85
components: rust-src
86
+ - name: Install wasm-pack
87
+ run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
88
- name: Running WASM tests
89
env:
90
DO_WASM: true
0 commit comments