mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-27 09:40:59 +00:00
17 lines
250 B
Markdown
17 lines
250 B
Markdown
|
web-libnspire
|
||
|
|
||
|
### 🛠️ Build with `wasm-pack build`
|
||
|
|
||
|
```
|
||
|
wasm-pack build
|
||
|
```
|
||
|
|
||
|
### 🎁 Publish to NPM with `wasm-pack publish`
|
||
|
|
||
|
NOTE: you'll need to edit pkg/package.json to include `web_libnspire_bg.js` under `files`
|
||
|
|
||
|
```
|
||
|
wasm-pack publish
|
||
|
```
|
||
|
|