A simple implementation of Life using Rust and WebAssembly.
In order to build this application you need to install the Rust WebAssembly compiler first.
cargo install wasm-pack
Then you can build the project using
wasm-pack build --target web
Finally, copy the generated pkg
folder, index.html
and index.js
to a local webserver, or just run (for instance)
python3 -m http.server
in the root folder.
Feel free to contribute to the project by opening a PR!
This project is licensed under the MIT - see the LICENSE file for details