Variable Table

Table: {
    prototype: WebAssembly.Table;
    new (descriptor: TableDescriptor, value?: any): WebAssembly.Table;
}