1. 1. about WebAssembly
  2. 2. data and stack
  3. 3. locals and globals
  4. 4. control flow
  5. 5. memory
  6. 6. binary encoding

dmytrish's notes on WebAssembly

Linear Memory

TODO: memory

  • exporting and importing a memory

TODO: data segments and initializing memory

TODO: growing a memory

TODO example: simple bump allocator?

TODO: the bulk memory operations extension