Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix autoreducing when not in the binaryen directory (#2390) | Alon Zakai | 2019-10-17 | 1 | -3/+5 |
| | | | | This uses argv[0] as the default way to find the location of the wasm binaries (wasm-reduce needs to call wasm-opt). | ||||
* | refactor Path utils: store the bin/ dir so that all users of the API can use ↵ | Alon Zakai | 2018-03-30 | 1 | -24/+13 |
| | | | | it by the standard calls, even if it was modified by user input (move it out of just being in wasm-reduce.cpp) (#1489) | ||||
* | Support wasm-reduce for Windows (#1488) | Michael Ferris | 2018-03-26 | 1 | -3/+5 |
| | |||||
* | Fix wasm-reduce testing out of tree (#1284) | Alon Zakai | 2017-11-21 | 1 | -0/+58 |
* fix wasm-reduce when out-of-tree: do not use a hardcoded bin/wasm-opt, instead add a Path namespace with utilities to get the proper path, and use BINARYEN_ROOT which our test setup code ensures |