code
cartoons
Sign in Subscribe
14 Jun 2017 1 min read WebAssembly

Memory management, Shared ArrayBuffers, and Atomics series

Lin Clark
An encoder ring coding the letter "H" into the number 72 and storing it in memory.

Without the component model, WebAssembly requires a lot more direct sharing and manipulation of memory. This series was intended to help people with that.

  • Part 1: A crash course in memory management
  • Part 2: A cartoon intro to ArrayBuffers and SharedArrayBuffers
  • Part 3: Avoiding race conditions in SharedArrayBuffers with Atomics
Code cartoons © 2025
  • Sign up
Powered by Ghost