| Commit message (Expand) | Author | Age | Files | Lines |
* | Move `auto_update_tests.py` into scripts directory. NFC (#4879) | Sam Clegg | 2022-08-11 | 1 | -200/+0 |
* | Update `help` lit tests in auto_update_tests.py (#4461) | Thomas Lively | 2022-01-18 | 1 | -0/+8 |
* | [ctor-eval] Add an option to keep some exports (#4441) | Alon Zakai | 2022-01-11 | 1 | -0/+2 |
* | [ctor-eval] Add --ignore-external-input option (#4428) | Alon Zakai | 2022-01-06 | 1 | -0/+2 |
* | Introduce a script for updating lit tests (#3503) | Thomas Lively | 2021-01-21 | 1 | -0/+14 |
* | wasm-reduce: Fix setting of feature flags after loading (#3493) | Alon Zakai | 2021-01-15 | 1 | -2/+2 |
* | Fix a typo and accidental script change (#3414) | Thomas Lively | 2020-12-02 | 1 | -2/+1 |
* | [module-splitting] Allow splitting with non-const table offsets (#3408) | Thomas Lively | 2020-12-01 | 1 | -1/+2 |
* | Remove remaining bits of C API tracing, which has been removed (#3322) | Alon Zakai | 2020-11-05 | 1 | -16/+3 |
* | Improve testing on Windows (#3142) | Wouter van Oortmerssen | 2020-09-17 | 1 | -2/+3 |
* | Upgrade to C++17 (#3103) | Daniel Wirtz | 2020-09-06 | 1 | -2/+2 |
* | Harmonize auto updater with test runner: wasm-opt should update .fromBinary o... | Alon Zakai | 2020-08-20 | 1 | -28/+0 |
* | Remove asm2wasm (#3042) | Alon Zakai | 2020-08-17 | 1 | -46/+0 |
* | Fix issues with cleanup dSYM in scripts for MacOS (#2871) | Max Graey | 2020-05-26 | 1 | -4/+0 |
* | Fix binaryenjs testing (#2810) | Sam Clegg | 2020-04-27 | 1 | -2/+8 |
* | Fix auto updater on spec tests after #2755 (#2763) | Alon Zakai | 2020-04-13 | 1 | -0/+4 |
* | Factor out wasm_opt testing. NFC. (#2737) | Sam Clegg | 2020-04-09 | 1 | -107/+4 |
* | Initial multivalue support (#2675) | Thomas Lively | 2020-03-05 | 1 | -1/+1 |
* | DWARF: Fix debug_range handling of invalid entries (#2662) | Alon Zakai | 2020-02-18 | 1 | -1/+3 |
* | Trap when call_indirect's signatures mismatch (#2636) | Heejin Ahn | 2020-02-03 | 1 | -1/+1 |
* | Align binaryen.js with the npm package (#2551) | Daniel Wirtz | 2020-01-14 | 1 | -3/+1 |
* | Binary format code section offset tracking (#2515) | Alon Zakai | 2019-12-19 | 1 | -1/+1 |
* | Allow test/passes tests to have arbitrary names, with a side file that contai... | Alon Zakai | 2019-12-16 | 1 | -2/+3 |
* | Use wat over wast for text format filenames (#2518) | Sam Clegg | 2019-12-08 | 1 | -1/+1 |
* | Refactor removing module elements (#2489) | Heejin Ahn | 2019-12-02 | 1 | -2/+2 |
* | Auto-update spec test outputs (#2481) | Heejin Ahn | 2019-11-26 | 1 | -0/+15 |
* | Use package name in imports (NFC) (#2462) | Heejin Ahn | 2019-11-22 | 1 | -69/+64 |
* | Fix syntax errors from #2457 (#2460) | Heejin Ahn | 2019-11-20 | 1 | -1/+1 |
* | Simplify test scripts (NFC) (#2457) | Heejin Ahn | 2019-11-20 | 1 | -184/+169 |
* | Add feature flags and validation to wasm-metadce (#2364) | Thomas Lively | 2019-09-27 | 1 | -1/+1 |
* | Fix auto_update_tests.py after #2114 (#2306) | Sam Clegg | 2019-08-26 | 1 | -39/+39 |
* | Switch python indentation from 2-space to 4-space (#2299) | Sam Clegg | 2019-08-16 | 1 | -291/+292 |
* | Make auto_update_tests.py support selective updates (#2287) | Guanzhong Chen | 2019-08-07 | 1 | -12/+24 |
* | Python3-ify check.py and auto_update_tests.py (#2270) | Alon Zakai | 2019-07-31 | 1 | -49/+48 |
* | Reland emitting of DataCount section (#2027) | Thomas Lively | 2019-04-18 | 1 | -1/+1 |
* | Change default feature set to MVP (#1993) | Thomas Lively | 2019-04-16 | 1 | -6/+7 |
* | Move segment merging to fit web limits into its own pass (#1980) | Thomas Lively | 2019-04-08 | 1 | -1/+2 |
* | Delete wasm-merge (#1969) | Thomas Lively | 2019-03-29 | 1 | -31/+2 |
* | Improve test scripts (#1959)* Improve test scripts * feedback [skip ci] | Sam Clegg | 2019-03-21 | 1 | -72/+8 |
* | wasm-emscripten-finalize: Remove JSCall thunk generation (#1938) | Sam Clegg | 2019-03-12 | 1 | -1/+0 |
* | Optimize away sets of the same local (#1940) | Alon Zakai | 2019-03-07 | 1 | -1/+1 |
* | wasm-emscripten-finalize: separateDataSegments() fix (#1897) | Alon Zakai | 2019-02-06 | 1 | -1/+1 |
* | Emscripten stack simplification (#1870) | Alon Zakai | 2019-01-16 | 1 | -1/+1 |
* | Revert accidental change to auto_update_tests.py (#1806) | Sam Clegg | 2018-12-05 | 1 | -1/+1 |
* | Format metadata json using mutliple lines for readability (#1804) | Sam Clegg | 2018-12-05 | 1 | -1/+1 |
* | Feature options (#1797) | Thomas Lively | 2018-12-03 | 1 | -1/+1 |
* | wasm-emscripten-finalize: ensure table/memory imports use emscripten's expect... | Sam Clegg | 2018-12-03 | 1 | -4/+6 |
* | Support 4GB Memories (#1702) | Alon Zakai | 2018-10-15 | 1 | -0/+2 |
* | Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642) | Alex Crichton | 2018-08-30 | 1 | -12/+15 |
* | use comma for -rpath instead of equals sign to fix MacOS (#1651) | Jay Phelps | 2018-08-30 | 1 | -1/+1 |