* Update `Table::grow`'s return to be the previous size This brings it in line with `Memory::grow` and the `table.grow` instruction which return the size of the table previously, not the size of the table currently. * Comment successful return
* Update `Table::grow`'s return to be the previous size This brings it in line with `Memory::grow` and the `table.grow` instruction which return the size of the table previously, not the size of the table currently. * Comment successful return