Function wasmtime_environ::wasm::blocktype_params_results[][src]

pub fn blocktype_params_results<T>(
    validator: &'a FuncValidator<T>,
    ty_or_ft: TypeOrFuncType
) -> Result<(impl ExactSizeIterator + Clone + 'a, impl ExactSizeIterator + Clone + 'a), WasmError> where
    T: WasmModuleResources
Expand description

Get the parameter and result types for the given Wasm blocktype.