Variable Table

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

Type declaration