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 8f82aa6 commit 8d6792eCopy full SHA for 8d6792e
test/core/binary.wast
@@ -1351,6 +1351,7 @@
1351
(assert_malformed
1352
(module binary
1353
"\00asm" "\01\00\00\00"
1354
+ "\01\04\01\60\00\00" ;; Type section
1355
"\03\02\01\00" ;; Function section
1356
"\08\01\00" ;; Start section: function 0
1357
"\07\01\00" ;; Export section with zero entries
@@ -1362,6 +1363,7 @@
1362
1363
1364
1365
1366
1367
1368
"\09\01\00" ;; Element section with zero entries
1369
0 commit comments