Function wasm_encoder::reencode::utils::parse_export
source ยท 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.