Skip to content

Commit c72adae

Browse files
Fix: Enable sign-ext flag in wasm-opt for CI.
1 parent 60eb217 commit c72adae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
wasm-opt -Oz --converge --strip-debug \
3939
--enable-bulk-memory \
4040
--enable-nontrapping-float-to-int \
41+
--enable-sign-ext \
4142
-o target/wasm32-unknown-unknown/release/compiler_lib.wasm \
4243
target/wasm32-unknown-unknown/release/compiler_lib.wasm
4344

0 commit comments

Comments
 (0)