TableSection

TableSection

data class TableSection

Represents a binary-encoding of the tables declared by a WebAssembly module.

Fields

Name Description
val tables: List<TableType>

Constructors

<init>

constructor(tables: List<TableType>)

Represents a binary-encoding of the tables declared by a WebAssembly module.

Parameters

Name Description
tables: List<TableType>