Module wasmi::memory_units
source · Expand description
WebAssembly-specific sizes and units.
Structs
- Memory size specified in bytes.
- Memory size specified in WebAssembly memory pages.
- Memory size specified in
wasm32
words.
Traits
- A trait defining the size, in bytes, of one unit of
Self
. - A trait defining round up conversion between various memory units.
Functions
- Returns the size of a type in
Bytes
.