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