WebAssembly / spec

WebAssembly specification, reference interpreter, and test suite.
https://webassembly.github.io/spec/
Other
3.13k stars 445 forks source link

Activation frames: where's the return arity? #1693

Closed RobertBaruch closed 11 months ago

RobertBaruch commented 11 months ago

According to the section on Activation Frames:

image

"Activation frames carry the return arity n of the respective function..."

However, the definition of the frame given there doesn't mention n at all.

rossberg commented 11 months ago

Ah, good point. That is an oversight from some refactoring long ago. I'll fix it.