Example #1
0
 public static void Execute(this BaseOpcode opcode, WasmFunctionState state)
 {
     opcode.AcceptVistor(_executor, state);
 }