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 ff1c02a commit 10a723dCopy full SHA for 10a723d
.github/workflows/rust.yml
@@ -38,8 +38,8 @@ jobs:
38
run: wasm-bindgen --no-typescript --out-dir ./out/ --target web ./target/wasm32-unknown-unknown/release/tabletop.wasm --out-name "tabletop"
39
- name: wasm-strip
40
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
+ # - name: wasm-opt
+ # 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
43
# - name: gzip
44
# run: gzip -f ./out/tabletop_bg.wasm
45
- name: Copy
0 commit comments