tf2 demo cutter
  • Rust 90.2%
  • JavaScript 6.9%
  • HTML 2.9%
Find a file
2022-04-10 17:37:42 +02:00
src remove baselines 2022-04-10 17:37:42 +02:00
tests git init 2021-07-24 23:00:49 +02:00
www wip 2021-07-28 22:49:00 +02:00
.appveyor.yml git init 2021-07-24 23:00:49 +02:00
.cargo-ok git init 2021-07-24 23:00:49 +02:00
.gitignore ignore 2021-07-28 23:17:52 +02:00
.travis.yml git init 2021-07-24 23:00:49 +02:00
Cargo.toml commit old stuff? + bumb deps 2022-04-10 17:13:59 +02:00
LICENSE_APACHE git init 2021-07-24 23:00:49 +02:00
LICENSE_MIT git init 2021-07-24 23:00:49 +02:00
README.md git init 2021-07-24 23:00:49 +02: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