ElementSection

ElementSection

data class ElementSection

Represents an element section within a binary-encoded WebAssembly module.

Fields

Name Description
val segments: List<ElementSegment>

Constructors

<init>

constructor(segments: List<ElementSegment>)

Represents an element section within a binary-encoded WebAssembly module.

Parameters

Name Description
segments: List<ElementSegment>