pub type Addr = u32;
Expand description
A WebAssembly Address.
These are indexes into the respective stores.
See https://webassembly.github.io/spec/core/exec/runtime.html#addresses
pub type Addr = u32;
A WebAssembly Address.
These are indexes into the respective stores.
See https://webassembly.github.io/spec/core/exec/runtime.html#addresses