WebAssembly / gc

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

Exercise `array.get_s` in `array.wast` #497

Closed fitzgen closed 8 months ago

fitzgen commented 8 months ago

Previously array.get_s was not exercised by the test suite at all.

array.wast exercises array.get_u and has been updated to also exercise array.get_s.

@tlively PTAL

tlively commented 8 months ago

Hmm, the CI error seems probably real?

fitzgen commented 8 months ago

Hmm, the CI error seems probably real?

Just fixed it. Leftover 0 typo.

fitzgen commented 8 months ago

@tlively I don't have merge bits, could you do the honor?