wasmer_compiler_cranelift::translator::translation_utils

Function block_with_params

Source
pub fn block_with_params<'a, PE: TargetEnvironment + ?Sized>(
    builder: &mut FunctionBuilder<'_>,
    params: impl Iterator<Item = &'a ValType>,
    environ: &PE,
) -> WasmResult<Block>
Expand description

Create a Block with the given Wasm parameters.