Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wasm/core/js/binary.wast.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ assert_malformed("\x00\x61\x73\x6d\x01\x00\x00\x00\x04\x01\x01");
assert_malformed("\x00\x61\x73\x6d\x01\x00\x00\x00\x04\x03\x01\x70\x02");

// binary.wast:813
assert_malformed("\x00\x61\x73\x6d\x01\x00\x00\x00\x04\x04\x01\x70\x02\x00");
assert_malformed("\x00\x61\x73\x6d\x01\x00\x00\x00\x04\x04\x01\x70\x08\x00");

// binary.wast:823
assert_malformed("\x00\x61\x73\x6d\x01\x00\x00\x00\x04\x06\x01\x70\x81\x00\x00\x00");
Expand All @@ -279,7 +279,7 @@ assert_malformed("\x00\x61\x73\x6d\x01\x00\x00\x00\x05\x01\x01");
assert_malformed("\x00\x61\x73\x6d\x01\x00\x00\x00\x05\x02\x01\x02");

// binary.wast:859
assert_malformed("\x00\x61\x73\x6d\x01\x00\x00\x00\x05\x03\x01\x02\x00");
assert_malformed("\x00\x61\x73\x6d\x01\x00\x00\x00\x05\x03\x01\x10\x00");

// binary.wast:868
assert_malformed("\x00\x61\x73\x6d\x01\x00\x00\x00\x05\x05\x01\x81\x00\x00\x00");
Expand Down
4 changes: 2 additions & 2 deletions wasm/core/js/global.wast.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.