Type Definition wasmparser::CodeSectionReader

source ·
pub type CodeSectionReader<'a> = SectionLimited<'a, FunctionBody<'a>>;
Expand description

A reader for the code section of a WebAssembly module.