polkavm_common::program

Macro build_static_dispatch_table

Source
macro_rules! build_static_dispatch_table {
    (
        $table_name:ident, $instruction_set:tt, $visitor_ty:ident <
        $($visitor_ty_params:tt),* >
    ) => { ... };
}