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.