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