Type Alias wasmtime_environ::wasmparser::ComponentExportSectionReader
source · pub type ComponentExportSectionReader<'a> = SectionLimited<'a, ComponentExport<'a>>;
Expand description
A reader for the export section of a WebAssembly component.
Aliased Type§
struct ComponentExportSectionReader<'a> { /* private fields */ }