pub fn read_component_info(component_bytes: &[u8]) -> Result<ComponentInfo>Expand description
Read component info from the act:component custom section (CBOR-encoded)
and standard WASM metadata sections (version, description) as fallback.
pub fn read_component_info(component_bytes: &[u8]) -> Result<ComponentInfo>Read component info from the act:component custom section (CBOR-encoded)
and standard WASM metadata sections (version, description) as fallback.