Built with 🦀🕸 by The Rust and WebAssembly Working Group
This is the final result source code of Conway's Game of Life Rust and WebAssembly tutorial. Instead of using enum
, this source code implements FixedBitSet
which only require 1 bit
memory to store a cell data over 1 byte
in enum
.
wasm-pack build
cd www/
npm run start
Licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)