class WebAssembly.Table
The WebAssembly.Table()
object is a JavaScript wrapper object — an array-like structure
representing a WebAssembly Table, which stores function references. A table created by
JavaScript or in WebAssembly code will be accessible and mutable from both JavaScript
and WebAssembly.
Constructors #
new
#Table(descriptor: TableDescriptor)
Creates a new Table
object.
Properties #
Methods #
Increases the size of the Table
instance by a specified number of elements.