Closed lum1n0us closed 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.
\02\01\41\00\0b
\01\41\00\0b
it is a active segment
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
.