Skip to content

An implementation of Conway's Game of Life using Rust and WebAssembly

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

alphaleph/wasm_game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm_game_of_life

A mini-project sampling Rust and WebAssembly.

Many thanks to the efforts of the The Rust and WebAssembly Working Group 🦀

About

This project is designed to use Conway's Game of Life for sampling the process from developing and compiling Rust libraries into WebAssembly and publishing the resulting package to NPM.

WARNING: This program features flashing lights and patterns. Viewer discretion is advised.

🚴 Usage

🌲 Run on localhost:8080 with npm run start

cd www
npm run start

🛠️ Build with wasm-pack build

wasm-pack build

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🎁 Publish to NPM with wasm-pack publish

wasm-pack publish

Acknowledgements

About

An implementation of Conway's Game of Life using Rust and WebAssembly

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