pub fn clif_flags_to_wasmtime(
flags: impl IntoIterator<Item = Value>
) -> Vec<(&'static str, FlagValue<'static>)>
Expand description
Converts cranelift_codegen settings to the wasmtime_environ equivalent.
pub fn clif_flags_to_wasmtime(
flags: impl IntoIterator<Item = Value>
) -> Vec<(&'static str, FlagValue<'static>)>
Converts cranelift_codegen settings to the wasmtime_environ equivalent.