Module table

Source
Expand description

Memory management for tables.

Table is to WebAssembly tables what Memory is to WebAssembly linear memories.

Structs§

VMTable
A table instance.

Enums§

TableElement
A reference stored in a table. Can be either an externref or a funcref.

Unions§

RawTableElement