InsConstLong

data class InsConstLong(val value: Long, val op: WasmOp = WasmOp.Op_i64_const) : WasmInstruction.InsConst

Constructors

Link copied to clipboard
constructor(value: Long, op: WasmOp = WasmOp.Op_i64_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: Long

Functions

Link copied to clipboard