Tutorial: Conway's Game of Life

    This tutorial is for anyone who already has basic Rust and JavaScriptexperience, and wants to learn how to use Rust, WebAssembly, and JavaScripttogether.

    You should be comfortable reading and writing basic Rust, JavaScript, andHTML. You definitely do not need to be an expert.

    What will I learn?

    • A workflow for developing polyglot programs made from Rust, WebAssembly,JavaScript, HTML, and CSS.

    • How to design APIs to take maximum advantage of both Rust and WebAssembly'sstrengths and also JavaScript's strengths.

    • How to time profile Rust and WebAssembly programs to make them faster.

    • How to size profile Rust and WebAssembly programs to make binariessmaller and faster to download over the network.