@nealrame/wasm-game-of-life
v0.5.1
Published
A cellular automaton simulator written in Rust targetting WebAssembly.
Downloads
3
Readme
WASM Game of life
A cellular automaton simulator written in Rust targetting WebAssembly.
Setup
npm install @nealrame/wasm-game-of-life
API
This is a toy project written for fun and to learn how to compile Rust code to target WebAssembly.
So I did not write any documention or tests yet.