Skip to content

ArchitBhonsle/cgol-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGOL-WASM

Conway's game of life using WebAssembly.

This project was an experiment in using wasm_bindgen, web_sys and js_sys with Rust to write a performant "Conway's Game of Life" using WebAssembly.