/wasm/jsapi/constructor/instantiate-bad-imports.any.html| status | subtest | message |
|---|---|---|
| FAIL | WebAssembly.instantiate(module): Non-object imports argument: null | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object imports argument: true | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object imports argument: "" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object imports argument: symbol "Symbol()" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object imports argument: 1 | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object imports argument: 0.1 | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object imports argument: NaN | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object module: undefined | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object module: null | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object module: true | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object module: "" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object module: symbol "Symbol()" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object module: 1 | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object module: 0.1 | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Non-object module: NaN | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Missing imports argument | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Imports argument with missing property: undefined | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Imports argument with missing property: empty object | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Imports argument with missing property: wrong property | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: undefined | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: null | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: true | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: "" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: symbol "Symbol()" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: 1 | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: 0.1 | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: NaN | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: object "[object Object]" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 global with an incorrectly-typed value: undefined | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 global with an incorrectly-typed value: null | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 global with an incorrectly-typed value: true | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 global with an incorrectly-typed value: "" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 global with an incorrectly-typed value: symbol "Symbol()" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 global with an incorrectly-typed value: plain object | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 global with an incorrectly-typed value: WebAssembly.Global | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 global with an incorrectly-typed value: WebAssembly.Global.prototype | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 global with an incorrectly-typed value: BigInt | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 global with an incorrectly-typed value: undefined | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 global with an incorrectly-typed value: null | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 global with an incorrectly-typed value: true | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 global with an incorrectly-typed value: "" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 global with an incorrectly-typed value: symbol "Symbol()" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 global with an incorrectly-typed value: plain object | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 global with an incorrectly-typed value: WebAssembly.Global | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 global with an incorrectly-typed value: WebAssembly.Global.prototype | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 global with an incorrectly-typed value: Number | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 global with an incorrectly-typed value: undefined | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 global with an incorrectly-typed value: null | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 global with an incorrectly-typed value: true | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 global with an incorrectly-typed value: "" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 global with an incorrectly-typed value: symbol "Symbol()" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 global with an incorrectly-typed value: plain object | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 global with an incorrectly-typed value: WebAssembly.Global | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 global with an incorrectly-typed value: WebAssembly.Global.prototype | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 global with an incorrectly-typed value: BigInt | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 global with an incorrectly-typed value: undefined | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 global with an incorrectly-typed value: null | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 global with an incorrectly-typed value: true | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 global with an incorrectly-typed value: "" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 global with an incorrectly-typed value: symbol "Symbol()" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 global with an incorrectly-typed value: plain object | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 global with an incorrectly-typed value: WebAssembly.Global | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 global with an incorrectly-typed value: WebAssembly.Global.prototype | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 global with an incorrectly-typed value: BigInt | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 mutable global with a primitive value | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i32 mutable global with an immutable Global object | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 mutable global with a primitive value | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an i64 mutable global with an immutable Global object | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 mutable global with a primitive value | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f32 mutable global with an immutable Global object | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 mutable global with a primitive value | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing an f64 mutable global with an immutable Global object | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: undefined | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: null | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: true | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: "" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: symbol "Symbol()" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: 1 | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: 0.1 | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: NaN | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: plain object | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: WebAssembly.Memory | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: WebAssembly.Memory object (too large) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: undefined | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: null | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: true | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: "" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: symbol "Symbol()" | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: 1 | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: 0.1 | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: NaN | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: plain object | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: WebAssembly.Table | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: WebAssembly.Table.prototype | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| FAIL | WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: WebAssembly.Table object (too large) | WebAssembly.Module(): Wasm code generation disallowed by embedder |
| PASS | WebAssembly.instantiate(buffer): Non-object imports argument: null | |
| PASS | WebAssembly.instantiate(buffer): Non-object imports argument: true | |
| PASS | WebAssembly.instantiate(buffer): Non-object imports argument: "" | |
| PASS | WebAssembly.instantiate(buffer): Non-object imports argument: symbol "Symbol()" | |
| PASS | WebAssembly.instantiate(buffer): Non-object imports argument: 1 | |
| PASS | WebAssembly.instantiate(buffer): Non-object imports argument: 0.1 | |
| PASS | WebAssembly.instantiate(buffer): Non-object imports argument: NaN | |
| FAIL | WebAssembly.instantiate(buffer): Non-object module: undefined | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Non-object module: null | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Non-object module: true | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Non-object module: "" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Non-object module: symbol "Symbol()" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Non-object module: 1 | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Non-object module: 0.1 | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Non-object module: NaN | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Missing imports argument | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Imports argument with missing property: undefined | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Imports argument with missing property: empty object | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Imports argument with missing property: wrong property | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: undefined | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: null | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: true | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: "" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: symbol "Symbol()" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: 1 | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: 0.1 | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: NaN | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: object "[object Object]" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 global with an incorrectly-typed value: undefined | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 global with an incorrectly-typed value: null | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 global with an incorrectly-typed value: true | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 global with an incorrectly-typed value: "" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 global with an incorrectly-typed value: symbol "Symbol()" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 global with an incorrectly-typed value: plain object | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 global with an incorrectly-typed value: WebAssembly.Global | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 global with an incorrectly-typed value: WebAssembly.Global.prototype | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 global with an incorrectly-typed value: BigInt | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 global with an incorrectly-typed value: undefined | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 global with an incorrectly-typed value: null | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 global with an incorrectly-typed value: true | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 global with an incorrectly-typed value: "" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 global with an incorrectly-typed value: symbol "Symbol()" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 global with an incorrectly-typed value: plain object | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 global with an incorrectly-typed value: WebAssembly.Global | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 global with an incorrectly-typed value: WebAssembly.Global.prototype | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 global with an incorrectly-typed value: Number | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 global with an incorrectly-typed value: undefined | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 global with an incorrectly-typed value: null | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 global with an incorrectly-typed value: true | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 global with an incorrectly-typed value: "" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 global with an incorrectly-typed value: symbol "Symbol()" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 global with an incorrectly-typed value: plain object | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 global with an incorrectly-typed value: WebAssembly.Global | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 global with an incorrectly-typed value: WebAssembly.Global.prototype | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 global with an incorrectly-typed value: BigInt | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 global with an incorrectly-typed value: undefined | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 global with an incorrectly-typed value: null | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 global with an incorrectly-typed value: true | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 global with an incorrectly-typed value: "" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 global with an incorrectly-typed value: symbol "Symbol()" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 global with an incorrectly-typed value: plain object | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 global with an incorrectly-typed value: WebAssembly.Global | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 global with an incorrectly-typed value: WebAssembly.Global.prototype | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 global with an incorrectly-typed value: BigInt | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 mutable global with a primitive value | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i32 mutable global with an immutable Global object | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 mutable global with a primitive value | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an i64 mutable global with an immutable Global object | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 mutable global with a primitive value | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f32 mutable global with an immutable Global object | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 mutable global with a primitive value | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing an f64 mutable global with an immutable Global object | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: undefined | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: null | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: true | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: "" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: symbol "Symbol()" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: 1 | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: 0.1 | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: NaN | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: plain object | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: WebAssembly.Memory | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: WebAssembly.Memory object (too large) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: undefined | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: null | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: true | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: "" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: symbol "Symbol()" | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: 1 | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: 0.1 | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: NaN | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: plain object | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: WebAssembly.Table | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: WebAssembly.Table.prototype | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
| FAIL | WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: WebAssembly.Table object (too large) | promise_rejects_js: function "function() { throw e; }" threw object "CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder" ("CompileError") expected instance of functio… |
bundle built 2026-07-16T07:16:48.063Z