Function wasmtime_environ::wasm::block_with_params
source · [−]pub fn block_with_params<PE>(
builder: &mut FunctionBuilder<'_>,
params: impl IntoIterator<Item = Type>,
environ: &PE
) -> Result<Block, WasmError> where
PE: TargetEnvironment + ?Sized,
Expand description
Create a Block
with the given Wasm parameters.