summaryrefslogtreecommitdiff
path: root/test/lit/validation/array-init-data.wast
Commit message (Collapse)AuthorAgeFilesLines
* Validator: ArrayNew|InitData require Bulk Memory (#6331)Alon Zakai2024-02-211-0/+27
Those instructions refer to a data segment, which mean the DataCount section must be emitted before them (so that, per the spec, they can be validated by looking only at previous sections), which implies bulk-memory is needed.