Available on js
@:optionaloptionalmaximum: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).
Anyfunc