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