Andy Pack
ace6d41e0e
All checks were successful
Deploy Hugo site to Prod / Build Container (push) Successful in 36s
734 B
734 B
title | date | draft |
---|---|---|
Game of Life: Rust WASM Exercise | 2021-06-26T14:14:40+00:00 | false |
One of my first exposures to Rust WebAssembly was following the Rust + WASM Book's tutorial. The tutorial explains how to shift expensive logic from an interpreted Javascript environment to a faster, compiled Rust + WebAssembly one.
This would prove a useful base from which to develop my checkers implementation.