ci

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.

example

This would prove a useful base from which to develop my checkers implementation.

GitHub Repo

Try it out!