Closed
Description
Data segments aren't well defined.
- If they overlap, does it fail?
- If so, what's the exception?
- When is it thrown? Some of these issues can be known at Module time (if it was an
i32.const
), and others at Instance time (if it was a global). - If they're out of bounds, does it fail?