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 +6 -1
- 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
|
@@ -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
|
package/build/v86-debug.wasm
CHANGED
|
Binary file
|
package/build/v86-fallback.wasm
CHANGED
|
Binary file
|
package/build/v86.wasm
CHANGED
|
Binary file
|