We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f956bf1 commit 888fbc3Copy full SHA for 888fbc3
.github/workflows/ci.yaml
@@ -101,9 +101,12 @@ jobs:
101
with:
102
cache-on-failure: true
103
- uses: dcarbone/install-jq-action@v3
104
+
105
- name: Run Wasm checks
106
run: |
107
sudo apt update && sudo apt install gcc-multilib
108
.github/scripts/check_wasm.sh
109
+ - name: Install Wasm Pack
110
+ run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
111
- name: Build wasm package
112
run: .github/scripts/make_package.sh
0 commit comments