-
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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.