Function wasm_encoder::reencode::component_utils::parse_component_custom_section
source ยท pub fn parse_component_custom_section<T: ?Sized + ReencodeComponent>(
reencoder: &mut T,
component: &mut Component,
section: CustomSectionReader<'_>,
) -> Result<(), Error<T::Error>>