Exemplo n.º 1
0
 WasmNodeResult IWasmOpcodeVisitor <WasmNodeArg, WasmNodeResult> .Visit(UnreachableOpcode opcode, WasmNodeArg arg)
 {
     arg.Push(new UnreachableNode());
     return(null);
 }
 WasmMSILResult IWasmOpcodeVisitor <WasmMSILArg, WasmMSILResult> .Visit(UnreachableOpcode opcode, WasmMSILArg arg) => throw new NotImplementedException();
Exemplo n.º 3
0
 public WasmOpcodeExecutor Visit(UnreachableOpcode opcode, WasmFunctionState state) => throw new System.NotImplementedException();