diff options
| author | Henry <mail@henrygressmann.de> | 2026-04-03 19:45:12 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-04-03 19:45:12 +0200 |
| commit | 303abc7ddaab670299e300b39b0c8f24a0aed139 (patch) | |
| tree | a60b30e6f3b52b2b17928c57761c9e897a4f8690 /examples/rust | |
| parent | 3ebed3310b2a548a8e9c13883ca03e1749547f78 (diff) | |
chore: refactor interpreter loop
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust')
| -rwxr-xr-x | examples/rust/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rust/build.sh b/examples/rust/build.sh index 4574d23..d51840b 100755 --- a/examples/rust/build.sh +++ b/examples/rust/build.sh @@ -7,7 +7,7 @@ out_dir="./target/wasm32-unknown-unknown/wasm" dest_dir="out" rust_features="+simd128,+reference-types,+bulk-memory,+mutable-globals,+multivalue,+sign-ext,+nontrapping-fptoint" -wasmopt_features="--enable-simd --enable-reference-types --enable-bulk-memory --enable-mutable-globals --enable-multivalue --enable-sign-ext --enable-nontrapping-float-to-int --duplicate-function-elimination" +wasmopt_features="--enable-simd --enable-tail-call --enable-extended-const --enable-reference-types --enable-bulk-memory --enable-mutable-globals --enable-multivalue --enable-sign-ext --enable-nontrapping-float-to-int --duplicate-function-elimination" # ensure out dir exists mkdir -p "$dest_dir" |
