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 +1 -1
- package/build/libv86-debug.js +1001 -972
- package/build/libv86-debug.mjs +1001 -972
- package/build/libv86.js +282 -279
- package/build/libv86.mjs +490 -489
- package/build/v86-debug.wasm +0 -0
- package/build/v86-fallback.wasm +0 -0
- package/build/v86.wasm +0 -0
- package/package.json +1 -1
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,
|
|
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)
|