TableDescriptor
package js.lib.webassembly
import js.lib.webassembly.Table
Available on js
Fields
optionalmaximum:Null<Int>
The maximum number of elements the WebAssembly Table is allowed to grow to.
initial:Int
The initial number of elements of the WebAssembly Table.
element:TableKind
A string representing the type of value to be stored in the table. At the moment this can only have a value of Anyfunc
(functions).
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/webassembly/TableDescriptor.html