Function cranelift_wasm::tabletype_to_type[][src]

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

Helper function translating wasmparser possible table types to Cranelift types when possible, or None for Func tables.