pub fn custom_name_section<T: ?Sized + Reencode>(
reencoder: &mut T,
section: NameSectionReader<'_>,
) -> Result<NameSection, Error<T::Error>>Available on crate feature
wasmparser only.pub fn custom_name_section<T: ?Sized + Reencode>(
reencoder: &mut T,
section: NameSectionReader<'_>,
) -> Result<NameSection, Error<T::Error>>wasmparser only.