Module wasmi::memory_units[][src]

WebAssembly-specific sizes and units.

Re-exports

pub use memory_units_crate::wasm32::*;

Structs

Bytes

Memory size specified in bytes.

Traits

ByteSize

A trait defining the size, in bytes, of one unit of Self.

RoundUpTo

A trait defining round up conversion between various memory units.

Functions

size_of

Returns the size of a type in Bytes.