WebAssembly / multi-value

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

[js-api] Materialise multiple results as arrays #12

Closed rossberg closed 5 years ago

rossberg commented 5 years ago

As per last year's TPAC meeting, we decided to allow multiple function results across the Wasm/JS boundary by materialising a JS array.

@littledan, assigning to you, since you volunteered to spec it

littledan commented 5 years ago

@rossberg What issues do you see with https://github.com/WebAssembly/multi-value/pull/8 ?

rossberg commented 5 years ago

Oops, sorry, I had completely forgotten about the open PR.