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.
1 parent 0731d7a commit b915bb2Copy full SHA for b915bb2
tools/node_wrapper.sh
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
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 "$@"
+exec node --experimental-wasm-exnref --experimental-wasm-imported-strings --experimental-wasm-stack-switching --stack-size=10000 "$@"
0 commit comments