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 f2b2344 commit e5ef1ebCopy full SHA for e5ef1eb
.github/workflows/build-wasm_of_ocaml.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install node
43
uses: actions/setup-node@v4
44
with:
45
- node-version: 23
+ node-version: '24.0.0-v8-canary'
46
47
- name: Restore cached binaryen
48
id: cache-binaryen
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-stack-switching --stack-size=10000 "$@"
0 commit comments