Function wasmer_cli::utils::merge_yaml_values

source ยท
pub(crate) fn merge_yaml_values(a: &Value, b: &Value) -> Value
Expand description

Merge two yaml values by recursively merging maps from b into a.

Preserves old values that were not in b.