WebAssembly.TableDescriptorThe TableDescriptor describes the options you can pass to new WebAssembly.Table(). interface TableDescriptor {element: TableKind;initial: number;maximum?: number;}§Properties§element: TableKind[src]§initial: number[src]§maximum?: number[src]