You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2024. It is now read-only.
Otherwise, you can [manually download nightly builds of Node.js](https://nodejs.org/download/nightly/).
20
-
You will need a nightly of v22 from 2024/04/01 or later.
21
-
22
18
### Setup
23
19
24
20
Before doing anything else, run `npm install`.
@@ -46,7 +42,7 @@ You can also use the `run.mjs` script to play with `@JSExportTopLevel` exports.
46
42
- Run from the command line with `DENO_V8_FLAGS=--experimental-wasm-exnref deno run --allow-read run.mjs`.
47
43
- Run from the browser by starting an HTTP server (e.g., `python -m http.server`) and navigate to `testrun.html`.
48
44
49
-
If you encounter the `Invalid opcode 0x1f` error with Node.js, you need to use a more recent nightly build (minimum required: v22 nightly from 2024/04/01).
45
+
If you encounter the `Invalid opcode 0x1f` error with Node.js, you need to use a Node.js >= 22.
0 commit comments