Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 881 Bytes

DEVELOPMENT.md

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