cranelift_wasm

Function block_with_params

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

Create a Block with the given Wasm parameters.