You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }.
The text was updated successfully, but these errors were encountered:
Hi,
The spec says:
But there's no return arity
n
in the definition, which is:frame ::= { locals ( val ? )*, module moduleinst }
.The text was updated successfully, but these errors were encountered: