1.
about WebAssembly
2.
data and stack
3.
locals and globals
4.
control flow
5.
memory
6.
binary encoding
Light
Rust
Coal
Navy
Ayu
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