Skip to content

Commit

Permalink
CI: test new string conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Nov 26, 2024
1 parent d2a8b6f commit 9bf59a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 22
node-version: '24.0.0-canary'

- name: Restore cached binaryen
id: cache-binaryen
Expand Down
2 changes: 1 addition & 1 deletion tools/node_wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
export PATH=$(echo $PATH | cut -d : -f 2-) # Do not call oneself recursively
exec node --experimental-wasm-imported-strings --experimental-wasm-stack-switching --stack-size=10000 "$@"
exec node --experimental-wasm-stack-switching --stack-size=10000 "$@"

0 comments on commit 9bf59a7

Please sign in to comment.