| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated man pages (#2004) | tDwtp | 2022-09-22 | 1 | -0/+154 |
* | wasm2c: implement the bulk memory operations proposal (#1877) | Keith Winstein | 2022-09-21 | 1 | -1/+2 |
* | Create CMake package for wabt (#1980) | Alex Reinking | 2022-09-08 | 1 | -0/+5 |
* | wasm2c: simplify handling of templated code (#1940) | Keith Winstein | 2022-07-11 | 1 | -0/+4 |
* | Fix lint CI on push (#1839) | Soni L | 2022-02-23 | 1 | -0/+2 |
* | Enable reference types by default (#1729) | Sam Clegg | 2021-10-13 | 2 | -2/+2 |
* | Enable bulk memory by default (#1728) | Sam Clegg | 2021-10-13 | 2 | -2/+2 |
* | SIMD is now phase 5, enable it by default (#1712) | Ng Zhi An | 2021-09-20 | 2 | -2/+2 |
* | Add clang-format check to CI (#1683) | Heejin Ahn | 2021-08-05 | 1 | -0/+24 |
* | Add script to generate html from man, and generate wasm-decompile html (#1592) | Ng Zhi An | 2020-12-17 | 1 | -0/+36 |
* | 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 |