This is my implementation of Conway's game of life using WASM, based of the tutorial of the Rust and WebAssembly book.
I didn't do anything fancy, I am not a web developer but I was curious and I like 🦀 a lot.
There are a couple of things that might need updating in the tutorial, but mostly everything works fine. There is one thing to note though, I could not get the development server to work just by following the instructions, but looking online I found a few GitHub issues related to this which led me to use the following command instead of the one given in this section:
NODE_OPTIONS=--openssl-legacy-provider npm run start