| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete conversion to github actions (#1431) | Sam Clegg | 2020-05-18 | 7 | -232/+0 |
* | Move flake8 CI from travis to github actions (#1419) | Sam Clegg | 2020-05-11 | 2 | -10/+1 |
* | Fix flake8 failures (#1358) | Ben Smith | 2020-03-13 | 1 | -1/+1 |
* | Remove support for python2 (#1321) | Sam Clegg | 2020-01-31 | 2 | -2/+1 |
* | [travis] Limit use of sudo (#1323) | Sam Clegg | 2020-01-30 | 1 | -3/+1 |
* | Switch python indentation from 2-space to 4-space (#1145) | Sam Clegg | 2019-08-15 | 2 | -74/+74 |
* | Run flake8 on the whole repository (#1144) | Guanzhong Chen | 2019-08-15 | 1 | -1/+1 |
* | Fix fuzzing bugs in wat2wasm (#1129) | Ben Smith | 2019-07-24 | 1 | -1/+3 |
* | Fix some fuzz bugs in wasm2wat (#1128) | Ben Smith | 2019-07-23 | 1 | -1/+3 |
* | Rewrite the lexer manually, instead of re2c (#1058) | Ben Smith | 2019-04-03 | 3 | -13/+2 |
* | [travis] Deploy tools webassembly bucket on GCS | Ben Smith | 2019-03-06 | 1 | -1/+19 |
* | Add wasm-objdump fuzzing script; fix fuzz bugs (#1023) | Ben Smith | 2019-02-20 | 1 | -0/+24 |
* | [appveyor] Generate sha256 file for deployment | Ben Smith | 2019-01-16 | 1 | -0/+1 |
* | [appveyor] Maybe fix deploy issues | Ben Smith | 2018-07-25 | 1 | -3/+5 |
* | Some fixes for binary releases (#879) | Ben Smith | 2018-07-25 | 3 | -1/+60 |
* | Binary releases for travis/appveyor (#876) | Ben Smith | 2018-07-24 | 1 | -0/+32 |
* | Verify emscripten build compiles on travis (#740) | Alon Zakai | 2018-01-27 | 2 | -0/+21 |
* | Run wabt-unittests in coverage script (#701) | Ben Smith | 2017-12-19 | 1 | -0/+1 |
* | Fix coverage build with clang (#697) | Sam Clegg | 2017-12-18 | 1 | -1/+1 |
* | Rename wast2wasm -> wat2wasm, wast2json (#617) | Ben Smith | 2017-09-08 | 1 | -1/+1 |
* | Rename wasm2wast -> wasm2wat (#616) | Ben Smith | 2017-09-08 | 1 | -1/+1 |
* | Rewrite parser as recursive descent (#591) | Ben Smith | 2017-08-15 | 3 | -5/+5 |
* | Update testsuite; various lexing/parsing fixes (#482) | Ben Smith | 2017-06-07 | 1 | -1/+2 |
* | Add fuzzing helper scripts, fix fuzzing bugs (#416) | Ben Smith | 2017-05-12 | 2 | -0/+48 |
* | Return non-zero on travis if tests fail (#383) | Sam Clegg | 2017-03-31 | 1 | -3/+12 |
* | Add wabt::string_view, based on C++17 string_view (#359) | Ben Smith | 2017-03-17 | 1 | -2/+3 |
* | Only run flake8 on Travis Linux (#335) | Ben Smith | 2017-03-05 | 1 | -1/+3 |
* | Remove WabtAllocator (#307) | Ben Smith | 2017-02-17 | 2 | -3/+0 |
* | add gcc-debug-cov code coverage build (#303) | Ben Smith | 2017-02-15 | 1 | -0/+40 |
* | Rename all wasm prefixes to wabt (#298) | Ben Smith | 2017-01-31 | 1 | -6/+6 |
* | Run flake8 during travis builds (#281) | Sam Clegg | 2017-01-18 | 2 | -0/+3 |
* | Pass --bindir to test helpers rather than full path to each tool (#273) | Sam Clegg | 2017-01-12 | 1 | -2/+1 |
* | Move import to top of Python file (#191) | Derek Schuff | 2016-10-26 | 1 | -2/+2 |
* | Add appveyor.yml from Binaryen (#189) | Derek Schuff | 2016-10-26 | 1 | -6/+7 |
* | Add wasmdump binary for inspecting wasm files (#161) | Sam Clegg | 2016-10-12 | 1 | -1/+1 |
* | Add wasmopcodecnt tests | Ben Smith | 2016-10-10 | 1 | -20/+1 |
* | Fix broken 'run-tests' target (#104) | Sam Clegg | 2016-09-22 | 1 | -5/+5 |
* | remove JavaScript engine testing (#89) | Ben Smith | 2016-06-17 | 10 | -369/+0 |
* | add script to generate emscripten-exported.json | Ben Smith | 2016-05-13 | 1 | -0/+108 |
* | fix build-sm script to use GH archive | Ben Smith | 2016-05-12 | 5 | -46/+55 |
* | scripts for building/{up,down}loading spidermonkey | Ben Smith | 2016-05-10 | 4 | -0/+149 |
* | OSX travis build | Ben Smith | 2016-05-05 | 1 | -0/+27 |
* | {download,upload}-d8.sh scripts support MacOSX | Ben Smith | 2016-05-05 | 7 | -21/+46 |
* | create wider but shallower travis build matrix | Ben Smith | 2016-04-30 | 3 | -32/+16 |
* | update v8, and fix tests | Ben Smith | 2016-04-29 | 2 | -2/+2 |
* | lex using re2c instead of flex | Ben Smith | 2016-04-21 | 2 | -3/+3 |
* | add wasm-interp to travis-test.sh | Ben Smith | 2016-04-02 | 1 | -13/+27 |
* | clean up Makefile and CMakeLists.txt | Ben Smith | 2016-04-01 | 3 | -6/+6 |
* | a few more fixes for roundtrip tests | Ben Smith | 2016-03-21 | 1 | -14/+20 |
* | travis-test.sh now handles wasm-wast | Ben Smith | 2016-03-21 | 1 | -13/+13 |