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

[Spec] Fix bounds check prose for array.fill and array.copy #537

Closed tlively closed 4 months ago

tlively commented 4 months ago

The prose incorrectly used "larger than or equal to" when it should have used just "larger than." The formalism was already correct.

Fixes #536.