WebAssembly / reference-types

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

Fix signature of `table.grow` in instructions index #137

Closed fitzgen closed 3 years ago

fitzgen commented 3 years ago

It pushes the old size of the table on success or -1 on failure.

@rossberg, please take a look.

fitzgen commented 3 years ago

Woops wrong repo.