TextModuleCounts
data class TextModuleCounts
Fields
Name | Description |
---|---|
val types: Int
|
|
val functions: Int
|
|
val tables: Int
|
|
val memories: Int
|
|
val globals: Int
|
Constructors
<init>
constructor(types: Int, functions: Int, tables: Int, memories: Int, globals: Int)
Parameters
Name | Description |
---|---|
types: Int
|
|
functions: Int
|
|
tables: Int
|
|
memories: Int
|
|
globals: Int
|
Extensions
incrementFor
fun <T : Identifier> TextModuleCounts.incrementFor(identifier: T): TextModuleCounts
Receiver
Name | Description |
---|---|
TextModuleCounts
|
Parameters
Name | Description |
---|---|
identifier: T
|
ReturnValue
Name | Description |
---|---|
TextModuleCounts
|