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

Create a Block with the given Wasm parameters.