WasmInterpreterCode

data class WasmInterpreterCode(val instructions: IntArray, val intPool: IntArray, val longPool: LongArray, val floatPool: FloatArray, val doublePool: DoubleArray, val paramsSize: Int = -1, val localSize: Int = -1, val paramsCount: Int = -1, val localsCount: Int = -1, val localsOffsets: IntArray = IntArray(0), val endStack: List<WasmType> = emptyList(), val debug: WasmDebugContext)

Constructors

Link copied to clipboard
constructor(instructions: IntArray, intPool: IntArray, longPool: LongArray, floatPool: FloatArray, doublePool: DoubleArray, paramsSize: Int = -1, localSize: Int = -1, paramsCount: Int = -1, localsCount: Int = -1, localsOffsets: IntArray = IntArray(0), endStack: List<WasmType> = emptyList(), debug: WasmDebugContext)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard