Skip to content

Commit 4347702

Browse files
authored
[ci] Add --experimental-wasm-memory64 to node flags (#49)
This fixes the current CI failures.
1 parent 3165d60 commit 4347702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-interpreter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Build interpreter
3232
run: cd interpreter && opam exec make
3333
- name: Run tests
34-
run: cd interpreter && opam exec make JS=node ci
34+
run: cd interpreter && opam exec make JS="node --experimental-wasm-memory64" ci

0 commit comments

Comments
 (0)