8000
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 a756f17 commit e1ce468Copy full SHA for e1ce468
.github/workflows/ci-interpreter.yml
@@ -31,4 +31,6 @@ 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
+ # TODO: reactivate node once it supports all of Wasm 3.0
35
+ # run: cd interpreter && opam exec make JS=node ci
36
+ run: cd interpreter && opam exec make ci
0 commit comments