Type Alias wasmparser_nostd::TableSectionReader
source · pub type TableSectionReader<'a> = SectionLimited<'a, TableType>;
Expand description
A reader for the table section of a WebAssembly module.
Aliased Type§
struct TableSectionReader<'a> { /* private fields */ }