pub(super) fn validate_data_section(
wasm: &mut WasmReader<'_>,
section_header: SectionHeader,
imported_global_types: &[GlobalType],
c_funcs: &IdxVec<FuncIdx, TypeIdx>,
c_mems: &IdxVec<MemIdx, MemType>,
) -> Result<Vec<DataSegment>, ValidationError>Expand description
Validate the data section.