A simple implementation of Conway's Game of Life written in Rust, targeting WASM.
The wasm32-unknown-unknown
Rust target and the wasm-bindgen
CLI tool is required to build Lithium from source.
Python 3 (the http.server
module to be specific) is required to serve the web page.
To build the WASM binary, execute
cargo xtask build
To serve the web page, execute
cargo xtask serve
To remove the build WASM artifacts, execute
cargo xtask clean
Lithium is licensed under the terms of the Apache 2.0 license.