Skip to content

Commit b915bb2

Browse files
committed
Enable the new exception handling instructions in node
1 parent 0731d7a commit b915bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/node_wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
export PATH=$(echo $PATH | cut -d : -f 2-) # Do not call oneself recursively
3-
exec node --experimental-wasm-imported-strings --experimental-wasm-stack-switching --stack-size=10000 "$@"
3+
exec node --experimental-wasm-exnref --experimental-wasm-imported-strings --experimental-wasm-stack-switching --stack-size=10000 "$@"

0 commit comments

Comments
 (0)