Function wasmtime_environ::wasm::block_with_params[][src]

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

Create a Block with the given Wasm parameters.