GitXplorerGitXplorer
I

wasm-life-game

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
84ab7c17983fd583d9a61b4fb9db9431a6ed378f

feat(web): time profiling

IIWANABETHATGUY committed 5 years ago
Unverified
f5b093fbcb6ad01ef20575470c0ae845bb851691

feat(lib.rs): timeprofiling

IIWANABETHATGUY committed 5 years ago
Verified
2bf826332d623337f209a5d38c83440f830cf4d6

Delete .travis.yml

IIWANABETHATGUY committed 5 years ago
Unverified
0e7c9ec9cf3b15b1cf8a37269c4caa38c6e01567

feat(www): import wasm

IIWANABETHATGUY committed 5 years ago
Unverified
de93253c4aaf7ab026b835203d66de20777244ce

feat(init commit): rust wasm

IIWANABETHATGUY committed 5 years ago

README

The README file for this repository.

wasm-pack-template

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

Build Status

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