Skip to main content

Class LoadU8AsI32

Represents "i32.load8_u" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(45)]
public class LoadU8AsI32 : Load<uint, ValueTypeI32, byte>

Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.Load<System.UInt32,WaaS.ValueTypeI32,System.Byte>

Methods

Convert(in byte)

View Source
Declaration
protected override uint Convert(in byte value)
Returns

System.UInt32

Parameters
TypeName
System.Bytevalue