cranelift_wasm::wasmparser

Type Alias TableSectionReader

Source
pub type TableSectionReader<'a> = SectionLimited<'a, Table<'a>>;
Expand description

A reader for the table section of a WebAssembly module.

Aliased Typeยง

struct TableSectionReader<'a> { /* private fields */ }