WebAssembly / multi-value

Proposal to add multi-values to WebAssembly
https://webassembly.github.io/multi-value/
Other
70 stars 24 forks source link

[spec] Control instr should carry vals into block #36

Closed Huxpro closed 5 years ago

Huxpro commented 5 years ago

Under the multi-value settings, control instructions (i.e. block, loop, if) should carry into as many values as the in-arity of blocktype defined, otherwise, instructions inside the block would not able to access them across the block (label) boundary.