예제 #1
0
        WasmNodeResult IWasmOpcodeVisitor <WasmNodeArg, WasmNodeResult> .Visit(BrOpcode opcode, WasmNodeArg arg)
        {
            var label = arg.ResolveLabel(opcode.RelativeDepth);
            var node  = new BrNode(label);

            arg.Push(node);
            return(null);
        }
 WasmMSILResult IWasmOpcodeVisitor <WasmMSILArg, WasmMSILResult> .Visit(BrOpcode opcode, WasmMSILArg arg) => throw new NotImplementedException();
예제 #3
0
 public WasmOpcodeExecutor Visit(BrOpcode opcode, WasmFunctionState state) => throw new System.NotImplementedException();