v86 0.5.381 → 0.5.419

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Readme.md CHANGED
@@ -117,7 +117,7 @@ You need:
117
117
  - Rust with the wasm32-unknown-unknown target
118
118
  - A version of clang compatible with Rust
119
119
  - java (for Closure Compiler, not necessary when using `debug.html`)
120
- - nodejs (a recent version is required, v16.11.1 is known to be working)
120
+ - nodejs (a recent version is required, v24.16 is known to be working)
121
121
  - To run tests: nasm, gdb, qemu-system, gcc, libc-i386 and rustfmt
122
122
 
123
123
  See [tools/docker/test-image/Dockerfile](tools/docker/test-image/Dockerfile)