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