WebAssembly has memory to be able to store more data than point primitive values (`i32`, `float32`, etc). Lay the ground work to allow us to support Memory.
WebAssembly has memory to be able to store more data than point primitive values (
i32,float32, etc).Lay the ground work to allow us to support Memory.