-
-
Notifications
You must be signed in to change notification settings - Fork 670
Update binaryen #2547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update binaryen #2547
Changes from all commits
5b3db22
b180381
f3567aa
d77bcde
b8c820e
6154cfe
05d83e2
bf70a51
b86d515
1034d32
3ae68f2
3d2766a
c7eafd3
9bb09f9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -10,6 +10,7 @@ | |||
(data (i32.const 1036) "\1c") | ||||
(data (i32.const 1048) "\02\00\00\00\02\00\00\00a") | ||||
(table $0 1 1 funcref) | ||||
(elem $0 (i32.const 1)) | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Any idea what's going on here? Seems strange that this affects just a few release tests. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No idea. Perhaps a some regression in Binaryen? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. debug fixture contains this:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I tried to remove new "reorder-globals" pass, but this didn't help |
||||
(export "test" (func $ternary/test)) | ||||
(export "testDropWithTypeMismatch" (func $ternary/testDropWithTypeMismatch)) | ||||
(export "memory" (memory $0)) | ||||
|
Uh oh!
There was an error while loading. Please reload this page.