// Copyright 2018 the V8 project authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.// Flags: --experimental-wasm-threadsassertThrows(()=>newWebAssembly.Module(newUint8Array([0x00,0x61,0x73,0x6d,// wasm magic0x01,0x00,0x00,0x00,// wasm version0x04,// section code0x04,// section length/* Section: Table */0x01,// table count0x70,// table type0x03,// resizable limits flags0x00])),WebAssembly.CompileError);