WebWasmWebAssembly.TableDescriptorinterface WebAssembly.TableDescriptorThe TableDescriptor describes the options you can pass to new WebAssembly.Table(). Properties ##element: TableKind The type of value stored in the table. #initial: number The initial number of elements in the table. #maximum: number optionalThe maximum number of elements the table is allowed to grow to.
interface WebAssembly.TableDescriptorThe TableDescriptor describes the options you can pass to new WebAssembly.Table(). Properties ##element: TableKind The type of value stored in the table. #initial: number The initial number of elements in the table. #maximum: number optionalThe maximum number of elements the table is allowed to grow to.