Type Alias wasmparser::MemorySectionReader

source ·
pub type MemorySectionReader<'a> = SectionLimited<'a, MemoryType>;
Expand description

A reader for the memory section of a WebAssembly module.

Aliased Type§

struct MemorySectionReader<'a> { /* private fields */ }