Skip to content

Commit 10a723d

Browse files
committed
Comment wasm-opt because of a bug.
1 parent ff1c02a commit 10a723d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
run: wasm-bindgen --no-typescript --out-dir ./out/ --target web ./target/wasm32-unknown-unknown/release/tabletop.wasm --out-name "tabletop"
3939
- name: wasm-strip
4040
run: wasm-strip ./out/tabletop_bg.wasm
41-
- name: wasm-opt
42-
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
41+
# - name: wasm-opt
42+
# 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
4343
# - name: gzip
4444
# run: gzip -f ./out/tabletop_bg.wasm
4545
- name: Copy

0 commit comments

Comments
 (0)