Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new wast parser in wasm2js (#6606) | Thomas Lively | 2024-05-29 | 1 | -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 Zakai | 2019-04-25 | 1 | -0/+19 |
Mostly what we need for dynamic linking, at least on the binaryen side. |