summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Fix OpenSSL dependency in CMake (#2447)Steven Johnson2024-07-313-0/+19
* [ci] Add s390x workflow (#2380)Soni L2024-02-121-0/+11
* Don't try to find upstream in detached HEAD (#2387)Soni L2024-02-081-1/+12
* Rename wasm-opcodecnt to wasm-stats (#2298)Soni L2023-09-191-1/+1
* wasm2c: Checkin prebuilt source code in source folder, add lint checks to ens...Shravan Narayan2023-04-112-1/+46
* Updated man pages (#2004)tDwtp2022-09-221-0/+154
* wasm2c: implement the bulk memory operations proposal (#1877)Keith Winstein2022-09-211-1/+2
* Create CMake package for wabt (#1980)Alex Reinking2022-09-081-0/+5
* wasm2c: simplify handling of templated code (#1940)Keith Winstein2022-07-111-0/+4
* Fix lint CI on push (#1839)Soni L2022-02-231-0/+2
* Enable reference types by default (#1729)Sam Clegg2021-10-132-2/+2
* Enable bulk memory by default (#1728)Sam Clegg2021-10-132-2/+2
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-202-2/+2
* Add clang-format check to CI (#1683)Heejin Ahn2021-08-051-0/+24
* Add script to generate html from man, and generate wasm-decompile html (#1592)Ng Zhi An2020-12-171-0/+36
* Complete conversion to github actions (#1431)Sam Clegg2020-05-187-232/+0
* Move flake8 CI from travis to github actions (#1419)Sam Clegg2020-05-112-10/+1
* Fix flake8 failures (#1358)Ben Smith2020-03-131-1/+1
* Remove support for python2 (#1321)Sam Clegg2020-01-312-2/+1
* [travis] Limit use of sudo (#1323)Sam Clegg2020-01-301-3/+1
* Switch python indentation from 2-space to 4-space (#1145)Sam Clegg2019-08-152-74/+74
* Run flake8 on the whole repository (#1144)Guanzhong Chen2019-08-151-1/+1
* Fix fuzzing bugs in wat2wasm (#1129)Ben Smith2019-07-241-1/+3
* Fix some fuzz bugs in wasm2wat (#1128)Ben Smith2019-07-231-1/+3
* Rewrite the lexer manually, instead of re2c (#1058)Ben Smith2019-04-033-13/+2
* [travis] Deploy tools webassembly bucket on GCSBen Smith2019-03-061-1/+19
* Add wasm-objdump fuzzing script; fix fuzz bugs (#1023)Ben Smith2019-02-201-0/+24
* [appveyor] Generate sha256 file for deploymentBen Smith2019-01-161-0/+1
* [appveyor] Maybe fix deploy issuesBen Smith2018-07-251-3/+5
* Some fixes for binary releases (#879)Ben Smith2018-07-253-1/+60
* Binary releases for travis/appveyor (#876)Ben Smith2018-07-241-0/+32
* Verify emscripten build compiles on travis (#740)Alon Zakai2018-01-272-0/+21
* Run wabt-unittests in coverage script (#701)Ben Smith2017-12-191-0/+1
* Fix coverage build with clang (#697)Sam Clegg2017-12-181-1/+1
* Rename wast2wasm -> wat2wasm, wast2json (#617)Ben Smith2017-09-081-1/+1
* Rename wasm2wast -> wasm2wat (#616)Ben Smith2017-09-081-1/+1
* Rewrite parser as recursive descent (#591)Ben Smith2017-08-153-5/+5
* Update testsuite; various lexing/parsing fixes (#482)Ben Smith2017-06-071-1/+2
* Add fuzzing helper scripts, fix fuzzing bugs (#416)Ben Smith2017-05-122-0/+48
* Return non-zero on travis if tests fail (#383)Sam Clegg2017-03-311-3/+12
* Add wabt::string_view, based on C++17 string_view (#359)Ben Smith2017-03-171-2/+3
* Only run flake8 on Travis Linux (#335)Ben Smith2017-03-051-1/+3
* Remove WabtAllocator (#307)Ben Smith2017-02-172-3/+0
* add gcc-debug-cov code coverage build (#303)Ben Smith2017-02-151-0/+40
* Rename all wasm prefixes to wabt (#298)Ben Smith2017-01-311-6/+6
* Run flake8 during travis builds (#281)Sam Clegg2017-01-182-0/+3
* Pass --bindir to test helpers rather than full path to each tool (#273)Sam Clegg2017-01-121-2/+1
* Move import to top of Python file (#191)Derek Schuff2016-10-261-2/+2
* Add appveyor.yml from Binaryen (#189)Derek Schuff2016-10-261-6/+7
* Add wasmdump binary for inspecting wasm files (#161)Sam Clegg2016-10-121-1/+1