create_dispatch_block

Function create_dispatch_block 

Source
fn create_dispatch_block(
    builder: &mut FunctionBuilder<'_>,
    environ: &mut FuncEnvironment<'_>,
    clauses: impl Iterator<Item = CatchClause>,
) -> WasmResult<Block>