pub fn type_to_type<PE: TargetEnvironment + ?Sized>(
    ty: ValType,
    environ: &PE
) -> WasmResult<Type>
Expand description

Helper function translating wasmparser types to Cranelift types when possible.