Open dhil opened 20 hours ago
Rubberstamp, since I don't know what issue it fixes. :)
Ah apologies. Prior to this patch the stack switching instructions didn't parse correctly in unfolded form. Also, it wasn't possible to parse an unfolded resume in tail position. I have extended cont.wast
with two tests covering parsing of the unfolded form.
This patch fixes problems with parsing the stack switching instructions when they appear in unfolded form.
CC @ahuoguo who reported the issue to me.