pub fn parse_table_section(
tables: TableSectionReader<'_>,
environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>
Expand description
Parses the Table section of the wasm module.
pub fn parse_table_section(
tables: TableSectionReader<'_>,
environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>
Parses the Table section of the wasm module.