InsConstInt

data class InsConstInt(val value: Int, val op: WasmOp = WasmOp.Op_i32_const) : WasmInstruction.InsConst

Constructors

Link copied to clipboard
constructor(value: Int, op: WasmOp = WasmOp.Op_i32_const)

Properties

Link copied to clipboard
open val itype: WasmSType
Link copied to clipboard
open override val op: WasmOp
Link copied to clipboard
open override val type: WasmSType
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard