Table
open class Table(descriptor: TableDescriptor, value: ERROR CLASS: Symbol not found for JsAny?? = definedExternally)(source)
The WebAssembly.Table object is a JavaScript wrapper object — an array-like structure representing a WebAssembly table, which stores homogeneous references. A table created by JavaScript or in WebAssembly code will be accessible and mutable from both JavaScript and WebAssembly.
Constructors
Link copied to clipboard
constructor(descriptor: TableDescriptor, value: ERROR CLASS: Symbol not found for JsAny?? = definedExternally)
Properties
Functions
Link copied to clipboard
The get() prototype method of the WebAssembly.Table() object retrieves the element stored at a given index.
Link copied to clipboard
fun grow(delta: AddressValue, value: ERROR CLASS: Symbol not found for JsAny?? = definedExternally): AddressValue
The grow() prototype method of the WebAssembly.Table object increases the size of the Table instance by a specified number of elements, filled with the provided value.
Link copied to clipboard
The set() prototype method of the WebAssembly.Table object mutates a reference stored at a given index to a different value.