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