nushell/samples/wasm
2022-09-07 14:27:33 +12:00
..
src moved folders 2022-02-07 19:23:12 +00:00
tests moved folders 2022-02-07 19:23:12 +00:00
.appveyor.yml moved folders 2022-02-07 19:23:12 +00:00
.cargo-ok moved folders 2022-02-07 19:23:12 +00:00
.gitignore moved folders 2022-02-07 19:23:12 +00:00
.travis.yml moved folders 2022-02-07 19:23:12 +00:00
Cargo.toml bump dev version to v0.68.1 (#6504) 2022-09-07 14:27:33 +12:00
LICENSE_APACHE moved folders 2022-02-07 19:23:12 +00:00
LICENSE_MIT Nu glob (#4818) 2022-03-13 11:30:27 -07:00
package-lock.json Bump follow-redirects from 1.14.7 to 1.14.8 in /samples/wasm (#4446) 2022-02-12 16:10:59 -05:00
package.json moved folders 2022-02-07 19:23:12 +00:00
README.md moved folders 2022-02-07 19:23:12 +00:00

wasm-pack-template

A template for kick starting a Rust and WebAssembly project using wasm-pack.

Build Status

Tutorial | Chat

Built with 🦀🕸 by The Rust and WebAssembly Working Group

About

📚 Read this template tutorial! 📚

This template 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

🐑 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