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 0a059e9 commit e370f06Copy full SHA for e370f06
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install wasm-bindgen
40
uses: taiki-e/install-action@v2
41
with:
42
- tool: wasm-bindgen
+ tool: wasm-bindgen,wasm-opt
43
44
- name: Build browser-echo example
45
run: cd browser-echo && npm run build:release
0 commit comments