WebAssembly From Scratch - Part 2
Building on the last post, this establishes the mental model needed to read and write WAT: a stack-based VM, explicit control flow, and linear memory. By introducing a shared pseudo language, it reframes functions, branching, loops, structs, arrays, and pointers as deliberate layouts and stack operations everywhere.