Skip to content

polart/wasm-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

Implementing Game of Life using Rust and Web Assembly from following tutorial.

Development

Build Rust code

wasm-pack build

Start webpack dev server

cd www
yarn install
yarn start

Go to http://localhost:8080/

Testing

wasm-pack test --headless --chrome