Function wasmer_compiler::translator::sections::parse_table_section

source ยท
pub fn parse_table_section(
    tables: TableSectionReader<'_>,
    environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>
Expand description

Parses the Table section of the wasm module.