Modular Life: Learning Embedded WASM with Cellular Automaton
This series explores the embedding of WebAssembly (WASM) into Rust projects
outside of the browser, using a cellular automaton simulation as an
example. Aimed at those familiar with Rust but new to WebAssembly.
1
Introduction
Introduces WebAssembly outside of the browser and explains some of its
benefits as an embedded language.