Type Definition wasmtime_environ::wasmparser::TypeSectionReader
source · pub type TypeSectionReader<'a> = SectionLimited<'a, Type>;
Expand description
A reader for the type section of a WebAssembly module.
pub type TypeSectionReader<'a> = SectionLimited<'a, Type>;
A reader for the type section of a WebAssembly module.