You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,13 @@ for a full setup on Debian or
129
129
to serve the files using Python's http module.
130
130
- If you only want to embed v86 in a webpage you can use `libv86.js`. For usage,
131
131
check out the [examples](examples/). You can download it from the [release section](https://github.com/copy/v86/releases).
132
+
- For bundler-based setups (Vite/React/Next/Webpack), there is also an official npm package:
133
+
https://www.npmjs.com/package/v86
134
+
135
+
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.
136
+
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`.
0 commit comments