pub fn block_with_params<'a>(
builder: &mut FunctionBuilder<'_>,
params: impl Iterator<Item = &'a ValType>,
environ: &FuncEnvironment<'_>,
) -> WasmResult<Block>Expand description
Create a Block with the given Wasm parameters.
pub fn block_with_params<'a>(
builder: &mut FunctionBuilder<'_>,
params: impl Iterator<Item = &'a ValType>,
environ: &FuncEnvironment<'_>,
) -> WasmResult<Block>Create a Block with the given Wasm parameters.