summaryrefslogtreecommitdiff
path: root/auto_update_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Introduce a script for updating lit tests (#3503)Thomas Lively2021-01-211-0/+14
* wasm-reduce: Fix setting of feature flags after loading (#3493)Alon Zakai2021-01-151-2/+2
* Fix a typo and accidental script change (#3414)Thomas Lively2020-12-021-2/+1
* [module-splitting] Allow splitting with non-const table offsets (#3408)Thomas Lively2020-12-011-1/+2
* Remove remaining bits of C API tracing, which has been removed (#3322)Alon Zakai2020-11-051-16/+3
* Improve testing on Windows (#3142)Wouter van Oortmerssen2020-09-171-2/+3
* Upgrade to C++17 (#3103)Daniel Wirtz2020-09-061-2/+2
* Harmonize auto updater with test runner: wasm-opt should update .fromBinary o...Alon Zakai2020-08-201-28/+0
* Remove asm2wasm (#3042)Alon Zakai2020-08-171-46/+0
* Fix issues with cleanup dSYM in scripts for MacOS (#2871)Max Graey2020-05-261-4/+0
* Fix binaryenjs testing (#2810)Sam Clegg2020-04-271-2/+8
* Fix auto updater on spec tests after #2755 (#2763)Alon Zakai2020-04-131-0/+4
* Factor out wasm_opt testing. NFC. (#2737)Sam Clegg2020-04-091-107/+4
* Initial multivalue support (#2675)Thomas Lively2020-03-051-1/+1
* DWARF: Fix debug_range handling of invalid entries (#2662)Alon Zakai2020-02-181-1/+3
* Trap when call_indirect's signatures mismatch (#2636)Heejin Ahn2020-02-031-1/+1
* Align binaryen.js with the npm package (#2551)Daniel Wirtz2020-01-141-3/+1
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-191-1/+1
* Allow test/passes tests to have arbitrary names, with a side file that contai...Alon Zakai2019-12-161-2/+3
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-081-1/+1
* Refactor removing module elements (#2489)Heejin Ahn2019-12-021-2/+2
* Auto-update spec test outputs (#2481)Heejin Ahn2019-11-261-0/+15
* Use package name in imports (NFC) (#2462)Heejin Ahn2019-11-221-69/+64
* Fix syntax errors from #2457 (#2460)Heejin Ahn2019-11-201-1/+1
* Simplify test scripts (NFC) (#2457)Heejin Ahn2019-11-201-184/+169
* Add feature flags and validation to wasm-metadce (#2364)Thomas Lively2019-09-271-1/+1
* Fix auto_update_tests.py after #2114 (#2306)Sam Clegg2019-08-261-39/+39
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-291/+292
* Make auto_update_tests.py support selective updates (#2287)Guanzhong Chen2019-08-071-12/+24
* Python3-ify check.py and auto_update_tests.py (#2270)Alon Zakai2019-07-311-49/+48
* Reland emitting of DataCount section (#2027)Thomas Lively2019-04-181-1/+1
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-6/+7
* Move segment merging to fit web limits into its own pass (#1980)Thomas Lively2019-04-081-1/+2
* Delete wasm-merge (#1969)Thomas Lively2019-03-291-31/+2
* Improve test scripts (#1959)* Improve test scripts * feedback [skip ci]Sam Clegg2019-03-211-72/+8
* wasm-emscripten-finalize: Remove JSCall thunk generation (#1938)Sam Clegg2019-03-121-1/+0
* Optimize away sets of the same local (#1940)Alon Zakai2019-03-071-1/+1
* wasm-emscripten-finalize: separateDataSegments() fix (#1897)Alon Zakai2019-02-061-1/+1
* Emscripten stack simplification (#1870)Alon Zakai2019-01-161-1/+1
* Revert accidental change to auto_update_tests.py (#1806)Sam Clegg2018-12-051-1/+1
* Format metadata json using mutliple lines for readability (#1804)Sam Clegg2018-12-051-1/+1
* Feature options (#1797)Thomas Lively2018-12-031-1/+1
* wasm-emscripten-finalize: ensure table/memory imports use emscripten's expect...Sam Clegg2018-12-031-4/+6
* Support 4GB Memories (#1702)Alon Zakai2018-10-151-0/+2
* Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642)Alex Crichton2018-08-301-12/+15
* use comma for -rpath instead of equals sign to fix MacOS (#1651)Jay Phelps2018-08-301-1/+1
* Proper error handling in add* and get* methods (#1570)Alon Zakai2018-07-101-1/+5
* Stop bundling binaryen.js builds (#1609)Alon Zakai2018-07-041-4/+9
* Remove s2wasm (#1607)Sam Clegg2018-06-281-31/+1
* wasm-opt source map support (#1557)Alon Zakai2018-06-071-0/+11