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 3165d60 commit 4347702Copy full SHA for 4347702
.github/workflows/ci-interpreter.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: Build interpreter
32
run: cd interpreter && opam exec make
33
- name: Run tests
34
- run: cd interpreter && opam exec make JS=node ci
+ run: cd interpreter && opam exec make JS="node --experimental-wasm-memory64" ci
0 commit comments