0.1.1 • Published 4 years ago

rust-demo v0.1.1

Weekly downloads
3
License
MIT OR Apache-2.0
Repository
github
Last release
4 years ago

About

This is a library created for research purposes. It is written in Rust and compiled into WebAssembly.

🚴 Usage

🐑 Use cargo generate to Clone this Template

Learn more about cargo generate here.

cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project
cd my-project

🛠️ Build with wasm-pack build

wasm-pack build

🔬 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