Class RemI32U
Represents "i32.rem_u" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(112)]
public class RemI32U : BinaryInstruction<uint, ValueTypeI32>
Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.BinaryInstruction<System.UInt32,WaaS.ValueTypeI32>
Methods
Operate(uint, uint)
View Source
Declaration
protected override uint Operate(uint lhs, uint rhs)
Returns
System.UInt32
Parameters
| Type | Name | 
|---|---|
| System.UInt32 | lhs | 
| System.UInt32 | rhs |