Expand description
Memory management for tables.
Table
is to WebAssembly tables what Memory
is to WebAssembly linear memories.
Structs§
- VMTable
- A table instance.
Enums§
- Table
Element - A reference stored in a table. Can be either an externref or a funcref.