Type Definition wasmtime_environ::wasmparser::TableSectionReader
source · pub type TableSectionReader<'a> = SectionLimited<'a, Table<'a>>;
Expand description
A reader for the table section of a WebAssembly module.
pub type TableSectionReader<'a> = SectionLimited<'a, Table<'a>>;
A reader for the table section of a WebAssembly module.