Skip to content
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

Activation Frames and return arity #469

Closed
zapashcanon opened this issue Nov 6, 2023 · 1 comment
Closed

Activation Frames and return arity #469

zapashcanon opened this issue Nov 6, 2023 · 1 comment

Comments

@zapashcanon
Copy link
Contributor

Hi,

The spec says:

Activation frames carry the return arity n of the respective function, hold the values of its locals (including arguments) in the order corresponding to their static local indices, and a reference to the function’s own module instance:

But there's no return arity n in the definition, which is: frame ::= { locals ( val ? )*, module moduleinst }.

@rossberg
Copy link
Member

rossberg commented Nov 6, 2023

Right, this recently got fixed upstream, but isn't merged into this fork yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants