Class StoreI32AsU16
Represents "i32.store16" instruction.
Assembly: WaaS.Core.dll
Declaration
[OpCode(59)]
public class StoreI32AsU16 : Store<uint, ValueTypeI32, ushort>
Inheritance: System.Object
-> WaaS.Models.Instruction -> WaaS.Models.Store<System.UInt32,WaaS.ValueTypeI32,System.UInt16>
Methods
Convert(in uint)
View Source
Declaration
protected override ushort Convert(in uint value)
Returns
System.UInt16
Parameters
Type | Name |
---|---|
System.UInt32 | value |