WebAssembly / gc

Branch of the spec repo scoped to discussion of GC integration in WebAssembly
https://webassembly.github.io/gc/
Other
997 stars 72 forks source link

Pass index argument to `getfield` function #463

Closed ShinWonho closed 1 year ago

ShinWonho commented 1 year ago

As far as I know, array.get instruction requires a type index, so type index should be passed to getfield function.

Screenshot 2023-11-03 at 1 57 00 PM Screenshot 2023-11-03 at 2 02 53 PM
ShinWonho commented 1 year ago
Screenshot 2023-11-03 at 5 36 10 PM

Thanks for the review! Now, I fixed it.