Type Definition wasmparser::ExportSectionReader

source ·
pub type ExportSectionReader<'a> = SectionLimited<'a, Export<'a>>;
Expand description

A reader for the export section of a WebAssembly module.