https://github.com/napi-rs/use-napi-rs-packages-with-bundlers
Use bundlers to bundle NAPI-RS package
https://github.com/napi-rs/use-napi-rs-packages-with-bundlers
Last synced: 24 days ago
JSON representation
Use bundlers to bundle NAPI-RS package
- Host: GitHub
- URL: https://github.com/napi-rs/use-napi-rs-packages-with-bundlers
- Owner: napi-rs
- Created: 2024-02-21T14:44:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-23T12:50:46.000Z (about 1 month ago)
- Last Synced: 2025-09-23T14:47:26.355Z (about 1 month ago)
- Language: TypeScript
- Size: 1.83 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Use bundlers to bundle NAPI-RS package
## Getting started
```bash
yarn install
```
## Vite
Build and run the `Vite` example:
`yarn run:vite`
## webpack
Build and run the webpack example:
`yarn run:webpack`
## esbuild
Build and run the esbuild example:
`yarn run:esbuild`