Name Last Update
.cargo Loading commit data...
examples Loading commit data...
src Loading commit data...
tests Loading commit data...
.appveyor.yml Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Cargo.lock Loading commit data...
Cargo.toml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
package-bak.json Loading commit data...
readme-cn.md Loading commit data...
rustfmt.toml Loading commit data...

README.md

helper-wasm

A js helper project using wasm-pack.

Build Status

Tutorial | Chat

Built with πŸ¦€πŸ•Έ by The Rust and WebAssembly Working Group

About

πŸ“š Read this template tutorial! πŸ“š

This project is designed for compiling Rust libraries into WebAssembly and publishing the resulting package to NPM.

Be sure to check out other wasm-pack tutorials online for other templates and usages of wasm-pack.

🚴 Usage

πŸ› οΈ Build with wasm-pack

wasm-pack build --scope feewee

πŸ”¬ Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🎁 Publish to NPM with wasm-pack publish

wasm-pack publish

πŸ”‹ Batteries Included