Function wasmtime_environ::wasm::tabletype_to_type[][src]

pub fn tabletype_to_type<PE>(
    ty: Type,
    environ: &PE
) -> Result<Option<Type>, WasmError> where
    PE: TargetEnvironment + ?Sized

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