Skip to content

Commit abea722

Browse files
Fix: Delete '--low-memory-unused' to support '--strip-producers'.
1 parent fe7b1ae commit abea722

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
--enable-bulk-memory \
4848
--enable-nontrapping-float-to-int \
4949
--enable-sign-ext \
50-
--low-memory-unused \
5150
-o compiler/target/wasm32-unknown-unknown/release/compiler_lib.wasm \
5251
compiler/target/wasm32-unknown-unknown/release/compiler_lib.wasm
5352

.github/workflows/wasm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
--enable-bulk-memory \
5050
--enable-nontrapping-float-to-int \
5151
--enable-sign-ext \
52-
--low-memory-unused \
5352
-o target/wasm32-unknown-unknown/release/compiler_lib.wasm \
5453
target/wasm32-unknown-unknown/release/compiler_lib.wasm
5554
working-directory: compiler

0 commit comments

Comments
 (0)