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 e37f9fc commit 7772de5Copy full SHA for 7772de5
.github/workflows/rust.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: wasm-strip
39
run: wasm-strip ./out/tabletop_bg.wasm
40
- name: wasm-opt
41
- run: wasm-opt -Oz --enable-bulk-memory --enable-nontrapping-float-to-int --enable-reference-types -o ./out/tabletop_bg.wasm ./out/tabletop_bg.wasm
+ run: wasm-opt -Oz --enable-bulk-memory --enable-nontrapping-float-to-int --enable-reference-types --enable-sign-ext -o ./out/tabletop_bg.wasm ./out/tabletop_bg.wasm
42
- name: gzip
43
run: gzip -f ./out/tabletop_bg.wasm
44
- name: Copy
0 commit comments