tf2 demo cutter
  • Rust 90.2%
  • JavaScript 6.9%
  • HTML 2.9%
Find a file
2022-04-23 18:01:32 +02:00
src remove start packet trouble 2022-04-23 13:57:03 +02:00
test_data auto ticks and naming 2022-04-23 18:01:32 +02:00
tests more snapshot 2022-04-21 19:41:44 +02:00
www auto ticks and naming 2022-04-23 18:01:32 +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 update to upstream 2022-04-21 22:59:39 +02:00
.travis.yml git init 2021-07-24 23:00:49 +02:00
Cargo.toml update snapshots 2022-04-23 13:24:07 +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