wasmparser

Type Alias ComponentExportSectionReader

Source
pub type ComponentExportSectionReader<'a> = SectionLimited<'a, ComponentExport<'a>>;
Available on crate feature component-model only.
Expand description

A reader for the export section of a WebAssembly component.

Aliased Typeยง

struct ComponentExportSectionReader<'a> { /* private fields */ }