DataSection
        data class DataSection
      
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> | 
Represents a data section from a binary-encoded WebAssembly module.