andybug

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.

Modular Life: Introduction
2

Benchmarks

Compares the performance of native Rust code versus the same code compiled to WebAssembly.

Modular Life: Benchmarks