summaryrefslogtreecommitdiff
path: root/test/unit/input/bulkmem_data.wasm
Commit message (Collapse)AuthorAgeFilesLines
* Prototype extended-name-section proposal (#3162)Daniel Wirtz2020-09-291-0/+0
| | | Implements the parts of the Extended Name Section Proposal that are trivially applicable to Binaryen, in particular table, memory and global names. Does not yet implement label, type, elem and data names.
* DataCount section (#2006)Thomas Lively2019-04-151-0/+0
* DataCount section Read the DataCount section and verify that it agrees with the data section. Also emit the DataCount section when bulk-memory is enabled and there are a nonzero number of segments. Factor out some shared unit test code.