Function wasm_encoder::reencode::utils::parse_export_section

source ยท
pub fn parse_export_section<T: ?Sized + Reencode>(
    reencoder: &mut T,
    exports: &mut ExportSection,
    section: ExportSectionReader<'_>,
) -> Result<(), Error<T::Error>>
Expand description

Parses the input section given from the wasmparser crate and adds all the exports to the exports section.