wasmer_cli::utils

Function 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.