CustomSection

CustomSection

data class CustomSection

Represents a custom section in a binary-encoded WebAssembly module.

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