pub fn parse_export<T: ?Sized + Reencode>(
reencoder: &mut T,
exports: &mut ExportSection,
export: Export<'_>,
)
Expand description
Parses the single [wasmparser::Export
] provided and adds it to the
exports
section.
pub fn parse_export<T: ?Sized + Reencode>(
reencoder: &mut T,
exports: &mut ExportSection,
export: Export<'_>,
)
Parses the single [wasmparser::Export
] provided and adds it to the
exports
section.