| Commit message (Expand) | Author | Age | Files | Lines |
* | Add BUILD_TESTS CMake option (#4536) | Thomas Lively | 2022-03-21 | 1 | -5/+8 |
* | Introduce gtest (#4466) | Thomas Lively | 2022-01-20 | 1 | -2/+18 |
* | [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 |
* | Add DS_Store to non-executable filter in check.py (#3999) | Max Graey | 2021-07-16 | 1 | -1/+1 |
* | Lit tests for tool help messages (#3965) | Thomas Lively | 2021-07-07 | 1 | -15/+3 |
* | Fix 'example' tests in check.py (#3920) | Thomas Lively | 2021-06-07 | 1 | -5/+5 |
* | Run lit tests with pass-debug as well, to check for more errors (#3836) | Alon Zakai | 2021-04-22 | 1 | -9/+12 |
* | Run spec test all at once after binary transform (#3817) | Abbas Mashayekh | 2021-04-20 | 1 | -13/+15 |
* | Update interpreter for new EH spec (#3498) | Heejin Ahn | 2021-01-21 | 1 | -3/+0 |
* | wasm-reduce: Fix setting of feature flags after loading (#3493) | Alon Zakai | 2021-01-15 | 1 | -2/+2 |
* | Basic EH instrucion support for the new spec (#3487) | Heejin Ahn | 2021-01-15 | 1 | -0/+3 |
* | Improve lit support (#3426) | Sam Clegg | 2020-12-09 | 1 | -4/+4 |
* | Introduce lit/FileCheck tests (#3367) | Thomas Lively | 2020-11-18 | 1 | -0/+13 |
* | Allow setting the path to libbinaryen.so shared library (#3025) | rathann | 2020-11-10 | 1 | -1/+1 |
* | Remove remaining bits of C API tracing, which has been removed (#3322) | Alon Zakai | 2020-11-05 | 1 | -30/+17 |
* | Remove remnants of spec interpreter, and excess mozjs warning (#3262) | Alon Zakai | 2020-10-20 | 1 | -5/+0 |
* | Improve testing on Windows (#3142) | Wouter van Oortmerssen | 2020-09-17 | 1 | -4/+0 |
* | Upgrade to C++17 (#3103) | Daniel Wirtz | 2020-09-06 | 1 | -2/+2 |
* | Remove asm2wasm (#3042) | Alon Zakai | 2020-08-17 | 1 | -3/+0 |
* | Skip tests that fail on windows and enable all the rest (#3035) | Alon Zakai | 2020-08-11 | 1 | -6/+17 |
* | Remove unneeded old binary validation in test suite (#3034) | Alon Zakai | 2020-08-10 | 1 | -2/+0 |
* | Put validator test outputs in out/test (#2882) | Heejin Ahn | 2020-05-31 | 1 | -6/+6 |
* | Fix issues with cleanup dSYM in scripts for MacOS (#2871) | Max Graey | 2020-05-26 | 1 | -5/+0 |
* | Use --detect-features in wasm-reduce. Fixes #2813 (#2815) | Alon Zakai | 2020-04-28 | 1 | -3/+3 |
* | Fix binaryenjs testing (#2810) | Sam Clegg | 2020-04-27 | 1 | -2/+14 |
* | Convert CI from travis + appveyor to github actions (#2646) | Sam Clegg | 2020-04-21 | 1 | -1/+1 |
* | Emit tuples in the fuzzer (#2695) | Thomas Lively | 2020-04-15 | 1 | -2/+2 |
* | Speed up wasm-reduce test (#2756) | Alon Zakai | 2020-04-13 | 1 | -2/+2 |
* | Use std::cout for interpreter trap logging (#2755) | Alon Zakai | 2020-04-13 | 1 | -1/+5 |
* | Factor out wasm_opt testing. NFC. (#2737) | Sam Clegg | 2020-04-09 | 1 | -108/+2 |
* | Update Precompute to handle tuples (#2687) | Thomas Lively | 2020-03-10 | 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 |
* | Verify --version output matches CHANGELOG (#2580) | Sam Clegg | 2020-01-10 | 1 | -0/+15 |
* | Add support for reference types proposal (#2451) | Heejin Ahn | 2019-12-30 | 1 | -6/+11 |
* | 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 | -11/+11 |
* | Refactor removing module elements (#2489) | Heejin Ahn | 2019-12-02 | 1 | -2/+2 |
* | Update spec test suite (#2484) | Heejin Ahn | 2019-11-29 | 1 | -12/+1 |
* | Auto-update spec test outputs (#2481) | Heejin Ahn | 2019-11-26 | 1 | -17/+1 |
* | Remove vanilla tests (#2482) | Heejin Ahn | 2019-11-26 | 1 | -47/+0 |
* | Print only literal values when printing literals (#2469) | Heejin Ahn | 2019-11-26 | 1 | -18/+0 |
* | Use package name in imports (NFC) (#2462) | Heejin Ahn | 2019-11-22 | 1 | -149/+138 |
* | Multivalue type creation and inspection (#2459) | Thomas Lively | 2019-11-22 | 1 | -1/+1 |
* | Simplify test scripts (NFC) (#2457) | Heejin Ahn | 2019-11-20 | 1 | -255/+230 |
* | Improve type selection in fuzzer (#2424) | Heejin Ahn | 2019-11-06 | 1 | -1/+3 |
* | Add --out-dir to allow setting the test output dir. (#2389) | Alon Zakai | 2019-10-17 | 1 | -2/+2 |
* | Add feature flags and validation to wasm-metadce (#2364) | Thomas Lively | 2019-09-27 | 1 | -1/+1 |