An open API service indexing awesome lists of open source software.

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

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`