wasm_encoder::reencode::component_utils

Function parse_unknown_component_section

Source
pub fn parse_unknown_component_section<T: ?Sized + ReencodeComponent>(
    _reencoder: &mut T,
    component: &mut Component,
    id: u8,
    contents: &[u8],
) -> Result<(), Error<T::Error>>
Available on crate features component-model and wasmparser only.