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