Trait wasmparser::WasmMemoryType [−][src]
Types that qualify as Wasm memory types for validation purposes.
Required methods
fn is_shared(&self) -> bool
[src]
Returns true
if the linear memory is shared.
fn initial_limit(&self) -> u32
[src]
Returns the initial limit of the linear memory.
fn maximum_limit(&self) -> Option<u32>
[src]
Returns the maximum limit of the linear memory if any.