WebAssembly / reference-types

Proposal for adding basic reference types (anyref)
https://webassembly.github.io/reference-types/
Other
162 stars 40 forks source link

Who is responsible for table.grow? #102

Closed wingo closed 4 years ago

wingo commented 4 years ago

The overview document mentions that the table.grow instruction from bulk operations will need to take an initarg. However the bulk operations proposal does not include table.grow. Where is this instruction's home? :)

lars-t-hansen commented 4 years ago

table.grow is introduced in this proposal, see Overview, "Language Extensions".

rossberg commented 4 years ago

Ah yes, but the bullet point that @wingo is referring to is out of date. I'll remove it.

rossberg commented 4 years ago

Done.