v86 0.5.301 → 0.5.302

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
@@ -127,8 +127,8 @@ for a full setup on Debian or
127
127
  - ROM and disk images are loaded via XHR, so if you want to try out `index.html`
128
128
  locally, make sure to serve it from a local webserver. You can use `make run`
129
129
  to serve the files using Python's http module.
130
- - If you only want to embed v86 in a webpage you can use libv86.js. For usage,
131
- check out the [examples](examples/). You can download it from the release section.
130
+ - If you only want to embed v86 in a webpage you can use `libv86.js`. For usage,
131
+ check out the [examples](examples/). You can download it from the [release section](https://github.com/copy/v86/releases).
132
132
 
133
133
  ### Alternatively, to build using Docker
134
134
 
Binary file
Binary file
package/build/v86.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "v86",
3
- "version": "0.5.301+g11cf7dd",
3
+ "version": "0.5.302+gee1e42c",
4
4
  "license": "BSD-2-Clause",
5
5
  "description": "x86 PC emulator and x86-to-wasm JIT, running in the browser",
6
6
  "homepage": "https://copy.sh/v86/",