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