1.0.0 • Published 5 years ago

wasm-game-of-adz v1.0.0

Weekly downloads
9
License
-
Repository
-
Last release
5 years ago

A Rust and WebAssembly implementation of the smashing hit, Game of life, using wasm-pack.

Built with 🦀🕸 by The Rust and WebAssembly Working Group

About

JavaScript Web applications struggle to attain and retain reliable performance. JavaScript's dynamic type system and garbage collection pauses don't help. Seemingly small code changes can result in drastic performance regressions if you accidentally wander off the JIT's happy path.

Rust gives programmers low-level control and reliable performance. It is free from the non-deterministic garbage collection pauses that plague JavaScript. Programmers have control over indirection, monomorphization, and memory layout.

🚴 Usage

🛠️ Build with wasm-pack build

wasm-pack build

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🎁 Run locally in /www

npm run start

🔋 Batteries Included

1.0.0

5 years ago

0.1.0

5 years ago