Class LoadU16AsI32
Represents "i32.load16_u" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(47)]
public class LoadU16AsI32 : Load<uint, ValueTypeI32, ushort>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.Load<System.UInt32,WaaS.ValueTypeI32,System.UInt16>
Methods
Convert(in ushort)
View Source
Declaration
protected override uint Convert(in ushort value)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.UInt16 | value |