Skip to content

alexanderjophus/wasm-game-of-life

Repository files navigation

WASM Game of Life

This is a simple implementation of Conway's Game of Life using Rust and WebAssembly.

It's not original work. I'm just working through the tutorial at https://rustwasm.github.io/docs/book/

Hacking

Note: needs to use Rust 1.81, there seems to be an issue with wasm-pack and Rust 1.82+

wasm-pack build

This should create a pkg directory with the compiled wasm module.

Then you can run the web server with:

cd www
npm install
npm run start

About

Game of Life implemented in Rust / WASM

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published