DataSection

DataSection

data class DataSection

Represents a data section from a binary-encoded WebAssembly module.

Fields

Name Description
val data: List<DataSegment>

Constructors

<init>

constructor(data: List<DataSegment>)

Represents a data section from a binary-encoded WebAssembly module.

Parameters

Name Description
data: List<DataSegment>