Function wasm_encoder::reencode::utils::custom_section
source ยท pub fn custom_section<'a, T: ?Sized + Reencode>(
_reencoder: &mut T,
section: CustomSectionReader<'a>,
) -> CustomSection<'a>
Expand description
Converts the input section
given from the wasmparser
crate into an
encoded custom section.