Function wasmtime_cranelift_shared::clif_flags_to_wasmtime

source ยท
pub fn clif_flags_to_wasmtime(
    flags: impl IntoIterator<Item = Value>,
) -> BTreeMap<String, FlagValue>
Expand description

Converts cranelift_codegen settings to the wasmtime_environ equivalent.