WebAssembly / gc

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

fix rule for array.set #473

Closed zapashcanon closed 10 months ago

zapashcanon commented 10 months ago

Hi,

In the array.set rule, there is if expand(F.module.types[x]) = struct ft^n but it should be if expand(F.module.types[x]) = array ft.