Type Alias tinywasm_wasmparser::BranchHintSectionReader
source · pub type BranchHintSectionReader<'a> = SectionLimited<'a, BranchHintFunction<'a>>;Expand description
A reader for the metadata.code.branch_hint custom section.
Aliased Type§
struct BranchHintSectionReader<'a> { /* private fields */ }