Function wasmer_compiler::translator::sections::parse_element_section
source ยท pub fn parse_element_section(
elements: ElementSectionReader<'_>,
environ: &mut ModuleEnvironment<'_>,
) -> WasmResult<()>
Expand description
Parses the Element section of the wasm module.