Skip to content

Commit 5ae7487

Browse files
docs: mention official npm package in README (#1490)
1 parent 7803971 commit 5ae7487

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ for a full setup on Debian or
129129
to serve the files using Python's http module.
130130
- If you only want to embed v86 in a webpage you can use `libv86.js`. For usage,
131131
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`.
137+
138+
Install: `npm install v86`
132139

133140
### Alternatively, to build using Docker
134141

0 commit comments

Comments
 (0)