krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
wasm
/
uk.shusek.krwa.wasm.types
/
ActiveDataSegment
Active
Data
Segment
class
ActiveDataSegment
(
idx
:
Long
,
offsetInstructions
:
List
<
Instruction
>
,
data
:
ByteArray
)
:
DataSegment
Members
Constructors
Active
Data
Segment
Link copied to clipboard
constructor
(
idx
:
Long
,
offsetInstructions
:
List
<
Instruction
>
,
data
:
ByteArray
)
Functions
data
Link copied to clipboard
fun
data
(
)
:
ByteArray
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
index
Link copied to clipboard
fun
index
(
)
:
Long
offset
Instructions
Link copied to clipboard
fun
offsetInstructions
(
)
:
List
<
Instruction
>