Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle extra info in dylink section (#4112) | Sam Clegg | 2021-08-31 | 1 | -2/+0 |
| | | | | | If extra data is found in this section simply propagate it. Also, remove some dead code from wasm-binary.cpp. | ||||
* | Improve lit support (#3426) | Sam Clegg | 2020-12-09 | 1 | -0/+33 |
This uses the same technique used in llvm-lit to enable running on in-tree tests with out-of-tree builds. So you can run something like this: ../binaryen-out/bin/binaryen-lit test/lit/ |