Class LoadU32AsI64
Represents "i64.load32_u" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(53)]
public class LoadU32AsI64 : Load<ulong, ValueTypeI64, uint>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.Load<System.UInt64,WaaS.ValueTypeI64,System.UInt32>
Methods
Convert(in uint)
View Source
Declaration
protected override ulong Convert(in uint value)
Returns
System.UInt64
Parameters
Type | Name |
---|---|
System.UInt32 | value |