pub(super) fn validate_data_section(
wasm: &mut WasmReader<'_>,
section_header: SectionHeader,
imported_global_types: &[GlobalType],
no_of_total_memories: usize,
num_funcs: usize,
) -> Result<Vec<DataSegment>>
Expand description
Validate the data section.