Skip to content

Commit

Permalink
Remove --experimental-wasm-bigint for the tests using Node
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jul 27, 2023
1 parent 004c8be commit d0b011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/default/wasi-test-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [ -z "$WASI_RUNTIME" ] || [ "$WASI_RUNTIME" = "node" ]; then
echo " wasi.start(instance);"
echo "})().catch(e => { console.error(e); process.exit(1); });"
} >"${1}.mjs"
node --experimental-wasm-bigint --experimental-wasi-unstable-preview1 "${1}.mjs" 2>/tmp/err &&
node --experimental-wasi-unstable-preview1 "${1}.mjs" 2>/tmp/err &&
rm -f "${1}.mjs" && exit 0
fi
fi
Expand Down

0 comments on commit d0b011f

Please sign in to comment.