CustomSection
data class CustomSection
Fields
| Name | Description |
|---|---|
val name: String
|
|
val data: ByteArray
|
Constructors
<init>
constructor(name: String, data: ByteArray)
Represents a custom section in a binary-encoded WebAssembly module.
Parameters
| Name | Description |
|---|---|
name: String
|
|
data: ByteArray
|
Methods
equals
fun equals(other: Any?): Boolean
Parameters
| Name | Description |
|---|---|
other: Any?
|
ReturnValue
| Name | Description |
|---|---|
Boolean
|
hashCode
fun hashCode(): Int
ReturnValue
| Name | Description |
|---|---|
Int
|
toString
fun toString(): String
ReturnValue
| Name | Description |
|---|---|
String
|
Represents a custom section in a binary-encoded WebAssembly module.