|
3 months ago | |
---|---|---|
examples | 4 months ago | |
src | 4 months ago | |
tests | 5 months ago | |
www | 4 months ago | |
.cargo-ok | 5 months ago | |
.gitignore | 4 months ago | |
.travis.yml | 5 months ago | |
Cargo.toml | 4 months ago | |
LICENSE_APACHE | 5 months ago | |
LICENSE_MIT | 5 months ago | |
README.md | 3 months ago |
wasm-game-of-life
This is my extended version of the WASM Game of Life example project.
This project is based on the aforementioned WASM Game of Life example project.
wasm-pack build
wasm-pack build --target web
wasm-pack build --debug --target web
cargo run --example deploy
cargo run --example deploy
wasm-pack test
Note: There are no tests yet
wasm-pack test --headless --firefox