|
It looks like the parser used in From what I can tell from the GC MVP document, an immediate value is required as part of the instruction. Their test suite seems to confirm this: I just wanted to first check whether there is a reason for this. I'm happy to open up a proper bug report if anyone thinks this should be looked into. |
Answered by
kripken
Jun 13, 2023
Replies: 1 comment 1 reply
|
Yes, this looks like a bug in our text parsing and emitting. Binaryen IR is structured so the immediate is not strictly needed in theory, but we should add it to follow the spec. |
1 reply
Answer selected by
patrick96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this looks like a bug in our text parsing and emitting. Binaryen IR is structured so the immediate is not strictly needed in theory, but we should add it to follow the spec.