wasm_encoder::reencode::component_utils

Function parse_component_export

Source
pub fn parse_component_export<T: ?Sized + ReencodeComponent>(
    reencoder: &mut T,
    exports: &mut ComponentExportSection,
    export: ComponentExport<'_>,
) -> Result<(), Error<T::Error>>
Available on crate features component-model and wasmparser only.