wasmtime_environ::wasmparser

Type Alias 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 */ }