Skip to main content

Class LoadI32

Represents "i32.load" instruction.

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

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