v86 0.5.121 → 0.5.142
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 +394 -393
- package/build/libv86-debug.mjs +2 -2
- package/build/libv86.js +1 -1
- package/build/libv86.mjs +11 -11
- 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
|
@@ -148,7 +148,7 @@ for a full setup on Debian or
|
|
|
148
148
|
The disk images for testing are not included in this repository. You can
|
|
149
149
|
download them directly from the website using:
|
|
150
150
|
|
|
151
|
-
`
|
|
151
|
+
`curl --compressed --output-dir images/ --remote-name-all https://i.copy.sh/{linux.iso,linux3.iso,linux4.iso,buildroot-bzimage68.bin,TinyCore-11.0.iso,oberon.img,msdos.img,openbsd-floppy.img,kolibri.img,windows101.img,os8.img,freedos722.img,mobius-fd-release5.img,msdos622.img}`
|
|
152
152
|
|
|
153
153
|
Run integration tests: `make tests`
|
|
154
154
|
|