package js.lib.webassembly
import js.lib.webassembly.Table
Available on js
optionalmaximum:Null<Int>The maximum number of elements the WebAssembly Table is allowed to grow to.
initial:IntThe initial number of elements of the WebAssembly Table.
element:TableKindA 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