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.
wasm-opt
1 parent 9e8e396 commit 92de7bcCopy full SHA for 92de7bc
.github/workflows/native-image-wasm-spring-shell.yml
@@ -39,5 +39,6 @@ jobs:
39
run: |
40
cd native-image/wasm-spring-shell
41
./mvnw --no-transfer-progress -Pnative native:compile
42
+ wasm-opt -Os --enable-exception-handling --enable-bulk-memory --enable-nontrapping-float-to-int --enable-reference-types --enable-gc -o target/wasm-spring-shell.js.wasm target/wasm-spring-shell.js.wasm
43
node target/wasm-spring-shell help
44
node target/wasm-spring-shell hello Jane
0 commit comments