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

Fix off-by-one length in `binary-gc.wast` #482

Closed fitzgen closed 11 months ago

fitzgen commented 11 months ago

This avoids having two binary encoding errors which makes testing that a parser caught the expected error difficult.

@tlively PTAL