pub fn parse_global_section<T: ?Sized + Reencode>(
reencoder: &mut T,
globals: &mut GlobalSection,
section: GlobalSectionReader<'_>,
) -> Result<(), Error<T::Error>>Available on crate feature
wasmparser only.Expand description
Parses the input section given from the wasmparser crate and adds
all the globals to the globals section.