WebAssembly / reference-types

Proposal for adding basic reference types (anyref)
https://webassembly.github.io/reference-types/
Other
162 stars 40 forks source link

may have a wrong leading byte here #131

Closed lum1n0us closed 3 years ago

lum1n0us commented 3 years ago

https://github.com/WebAssembly/reference-types/blob/cbb4030895a3575a39fe08c324ff745de383adda/test/core/data.wast#L328

according to the comment, data segment 0 for memory 1, \02\01\41\00\0b should be \01\41\00\0b.

lum1n0us commented 3 years ago

it is a active segment