We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928d051 commit 76fc11cCopy full SHA for 76fc11c
test/cases/wasm/js-incompatible-type/index.js
@@ -1,12 +1,12 @@
1
it("should disallow exporting a func signature with result i64", function() {
2
return import("./export-i64-result.wat").then(({a}) => {
3
- expect(a).toThrow(/invalid type/);
+ expect(a).toThrow(/incompatible type signature/);
4
});
5
6
7
it("should disallow exporting a func signature with param i64", function() {
8
return import("./export-i64-param.wat").then(({a}) => {
9
10
11
12
0 commit comments