Function wasm_encoder::reencode::utils::parse_memory_section
source ยท pub fn parse_memory_section<T: ?Sized + Reencode>(
reencoder: &mut T,
memories: &mut MemorySection,
section: MemorySectionReader<'_>,
) -> Result<(), Error<T::Error>>
Expand description
Parses the input section
given from the wasmparser
crate and adds
all the memories to the memories
section.