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 */ }
pub type MemorySectionReader<'a> = SectionLimited<'a, MemoryType>;
A reader for the memory section of a WebAssembly module.
struct MemorySectionReader<'a> { /* private fields */ }