Skip to main content

Class ConstI32

Represents "i32.const" instruction.

Assembly: WaaS.Core.dll
Declaration
[OpCode(65)]
public class ConstI32 : Const<uint, ValueTypeI32>

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