[−][src]Module wasmi::memory_units
WebAssembly-specific sizes and units.
Structs
Bytes |
Memory size specified in bytes. |
Pages |
Memory size specified in WebAssembly memory pages. |
Words |
Memory size specified in |
Traits
ByteSize |
A trait defining the size, in bytes, of one unit of |
RoundUpTo |
A trait defining round up conversion between various memory units. |
Functions
size_of |
Returns the size of a type in |