We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7b1ae commit abea722Copy full SHA for abea722
2 files changed
.github/workflows/pages.yml
@@ -47,7 +47,6 @@ jobs:
47
--enable-bulk-memory \
48
--enable-nontrapping-float-to-int \
49
--enable-sign-ext \
50
- --low-memory-unused \
51
-o compiler/target/wasm32-unknown-unknown/release/compiler_lib.wasm \
52
compiler/target/wasm32-unknown-unknown/release/compiler_lib.wasm
53
.github/workflows/wasm.yml
@@ -49,7 +49,6 @@ jobs:
-o target/wasm32-unknown-unknown/release/compiler_lib.wasm \
54
target/wasm32-unknown-unknown/release/compiler_lib.wasm
55
working-directory: compiler
0 commit comments