Type Alias wasmtime_environ::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 */ }