Function wasmer_package::package::manifest::insert_annotation

source ยท
fn insert_annotation(
    annotations: &mut IndexMap<String, Value>,
    key: impl Into<String>,
    value: impl Serialize,
) -> Result<(), ManifestError>