Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 881 Bytes

File metadata and controls

36 lines (24 loc) · 881 Bytes

Development

This package is generated with wasm-pack

Install wasm-pack

Follow the steps on https://rustwasm.github.io/wasm-pack/installer/

🛠️ Build

make build

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --chrome

🎁 Publish to NPM with wasm-pack publish

Make sure to use make build to make sure scoped npm package name is correctly set.

wasm-pack publish

🔋 Batteries Included