Skip to content

Commit e5ef1eb

Browse files
committed
CI: test new string conversion
1 parent f2b2344 commit e5ef1eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install node
4343
uses: actions/setup-node@v4
4444
with:
45-
node-version: 23
45+
node-version: '24.0.0-v8-canary'
4646

4747
- name: Restore cached binaryen
4848
id: cache-binaryen

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-stack-switching --stack-size=10000 "$@"

0 commit comments

Comments
 (0)