v86 0.5.359 → 0.5.361

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
@@ -136,7 +136,7 @@ https://www.npmjs.com/package/v86
136
136
 
137
137
  This package was originally maintained by [@giulioz](https://github.com/giulioz) (bundler-optimized fork) and was made "official" for this repo by [@basicer](https://github.com/basicer) with the author's permission.
138
138
  It is published automatically from this repository via GitHub Actions ([.github/workflows/ci.yml](.github/workflows/ci.yml), Upload release job) on pushes to `master` and uses `npm publish --provenance`.
139
-
139
+
140
140
  Install: `npm install v86`
141
141
 
142
142
  ### Alternatively, to build using Docker
@@ -196,6 +196,11 @@ var emulator = new V86({
196
196
 
197
197
  See [v86.d.ts](v86.d.ts) for TypeScript definitions. You can use `make doc` (TypeDoc) or `make denodoc` (Deno) to generate HTML documentation in `./docs/api/`.
198
198
 
199
+ ## Generative AI
200
+
201
+ At this time, v86 does not accept pull requests or issues written partially or entirely by generative AI tools.
202
+ Exceptions may be made on a case-by-case basis.
203
+
199
204
  ## License
200
205
 
201
206
  v86 is distributed under the terms of the Simplified BSD License, see
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.359+ge37189a",
3
+ "version": "0.5.361+gcf4c01d",
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/",