| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/en-US/docs/WebAssembly/Reference/Table | [Back] [Original] |
Get to know MDN better
This set of pages details the table instructions available in Wasm to create and manipulate tables.
Note:
Equivalent functionality is available to JavaScript via the WebAssembly.Table API.
table.copyCopies references from one table location to another.
table.fillSets a range of table elements to the same value.
table.getRetrieves the reference stored at a particular table index.
table.growIncreases the size of the table by a specified number of elements.
table.initManually copies the references from a passive elem definition into a table.
table.setChanges the value stored in a particular table element.
table.sizeReturns the current size of the table.
This page was last modified on Aug 2, 2026 by MDN contributors.
Your blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |