Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 213 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 213 Bytes

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.