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