Skip to content

Commit 7772de5

Browse files
committed
Add missing parameter to wasm-opt.
1 parent e37f9fc commit 7772de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: wasm-strip
3939
run: wasm-strip ./out/tabletop_bg.wasm
4040
- 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
41+
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
4242
- name: gzip
4343
run: gzip -f ./out/tabletop_bg.wasm
4444
- name: Copy

0 commit comments

Comments
 (0)