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.
pub type CodeSectionReader<'a> = SectionLimited<'a, FunctionBody<'a>>;A reader for the code section of a WebAssembly module.