Class StoreI64
Represents "i64.store" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(55)]
public class StoreI64 : Store<ulong, ValueTypeI64>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.Store<System.UInt64,WaaS.ValueTypeI64,System.UInt64>
-> WaaS.Models.Store<System.UInt64,WaaS.ValueTypeI64>