pub type GlobalSectionReader<'a> = SectionLimited<'a, Global<'a>>;
Expand description
A reader for the global section of a WebAssembly module.
Aliased Typeยง
pub struct GlobalSectionReader<'a> { /* private fields */ }
pub type GlobalSectionReader<'a> = SectionLimited<'a, Global<'a>>;
A reader for the global section of a WebAssembly module.
pub struct GlobalSectionReader<'a> { /* private fields */ }