wasmtime_environ::wasmparser

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