Closed jacobmischka closed 4 years ago
That's a typo, the assertion should have said n
. Fixed now.
Thanks! Should the frame subscript here still be m
? Or should that be n
as well?
https://github.com/WebAssembly/tail-call/blame/master/document/core/exec/instructions.rst#L1155
No, that must match the return arity of the function called.
I'm reading through the spec, and https://github.com/WebAssembly/tail-call/blame/master/document/core/exec/instructions.rst#L1134 says that there must be at least
m
values on the stack, but then proceeds to popn
items from itShould that
m
ben
? Or am I misunderstanding something?