summaryrefslogtreecommitdiff
path: root/test/wasm2js/dynamicLibrary.wast
Commit message (Collapse)AuthorAgeFilesLines
* Use new wast parser in wasm2js (#6606)Thomas Lively2024-05-291-1/+2
| | | | When generating assertions, traverse the `WASTScript` data structure rather than interleaving assertion parsing with emitting.
* wasm2js: support non-constant indexes for memory and table segments (#2055)Alon Zakai2019-04-251-0/+19
Mostly what we need for dynamic linking, at least on the binaryen side.