pub type ComponentMetadata = ComponentMetadata;Aliased Type§
pub struct ComponentMetadata {
pub exports: Vec<AnalysedExport>,
pub producers: Vec<Producers>,
pub memories: Vec<LinearMemory>,
pub binary_wit: Base64,
pub root_package_name: Option<String>,
pub root_package_version: Option<String>,
pub dynamic_linking: HashMap<String, DynamicLinkedInstance>,
}Fields§
§exports: Vec<AnalysedExport>§producers: Vec<Producers>§memories: Vec<LinearMemory>§binary_wit: Base64§root_package_name: Option<String>§root_package_version: Option<String>§dynamic_linking: HashMap<String, DynamicLinkedInstance>