Skip to content

Commit 403ffe4

Browse files
committed
[test][js-api] WebAssembly.Exception.length should be 2
See https://webassembly.github.io/spec/js-api/#exceptions > constructor(Tag exceptionTag, sequence<any> payload, > optional ExceptionOptions options = {});
1 parent cc90d82 commit 403ffe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/js-api/exception/constructor.tentative.any.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test(() => {
1010
}, "name");
1111

1212
test(() => {
13-
assert_function_length(WebAssembly.Exception, 1, "WebAssembly.Exception");
13+
assert_function_length(WebAssembly.Exception, 2, "WebAssembly.Exception");
1414
}, "length");
1515

1616
test(() => {

0 commit comments

Comments
 (0)