Type Definition wasmparser::TagSectionReader

source ·
pub type TagSectionReader<'a> = SectionLimited<'a, TagType>;
Expand description

A reader for the tags section of a WebAssembly module.