WasmNodeResult IWasmOpcodeVisitor <WasmNodeArg, WasmNodeResult> .Visit(I64ExtendUI32Opcode opcode, WasmNodeArg arg) { var operand = arg.Pop(); arg.Push(new I64ExtendUI32Node(operand)); return(null); }
WasmMSILResult IWasmOpcodeVisitor <WasmMSILArg, WasmMSILResult> .Visit(I64ExtendUI32Opcode opcode, WasmMSILArg arg) { return(null); }