Type Definition wasmparser::TypeSectionReader

source ·
pub type TypeSectionReader<'a> = SectionLimited<'a, Type>;
Expand description

A reader for the type section of a WebAssembly module.