summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-1/+2
* interp: Handle ref.null exn (#2497)Soni L.2024-10-291-0/+17
* [wasm-interp] Fix memory corruption with recursive call_indirect (#2464)Soni L.2024-09-181-2/+3
* wasm2c: Use wabt::StripExtension (#2424)Soni L2024-05-201-13/+3
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-151-0/+3
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-131-2/+2
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-241-10/+11
* Rename wasm-opcodecnt to wasm-stats (#2298)Soni L2023-09-191-7/+6
* wasm-strip: add `-R/--remove-section` option (#2282)Diego Frias2023-08-181-2/+16
* spectest-interp: assert_malformed must error in reader alone (#2252)Keith Winstein2023-06-121-11/+92
* Add error when parameter size does not match on wasm-interp run-export (#2250)Raphael Amorim2023-06-091-0/+7
* wasm2c: partial support for atomic memory opsShravan Narayan2023-05-171-1/+2
* Track use of SIMD and exceptions in IR, and CWriter includes support only if ...Keith Winstein2023-05-081-1/+0
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-021-2/+3
* Make sure (IR) Validator and BinaryReaderInterp agree re: validity (#2219)Keith Winstein2023-04-271-0/+55
* wasm2c: multiple .c outputs (#2146)Yuhan Deng2023-04-051-5/+39
* wasm2c: use CHECK_RESULT throughout workhorse function (NFC) (#2183)Keith Winstein2023-03-301-53/+44
* Silence warnings on GCC 12 (#2177)Keith Winstein2023-03-221-4/+2
* wasm-interp: Add --run-export and --argument (#2176)Raphael Amorim2023-03-191-0/+114
* wasm2c: implement the extended const expressions proposal (#2162)Keith Winstein2023-03-081-1/+1
* Fix longstanding typo (#2160)Soni L2023-03-051-1/+1
* Always do a full roundtrip in run-roundtrip.py (#1661)Sam Clegg2023-02-282-12/+24
* Replace MakeUnique with c++14 std::make_unique (#2152)Keith Winstein2023-02-271-11/+11
* wasm-strip: Add `-k/--keep-section` flag to prevent sections with specific na...Surma2023-02-091-2/+27
* wasm2c: Initial implementation of memory64 (#2086)Sam Clegg2023-01-121-1/+1
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-18/+50
* Switch from `typedef` to using `using` in C++ code. NFC (#2066)Sam Clegg2022-11-152-17/+17
* Update testsuite (#2054)Sam Clegg2022-11-131-0/+1
* WastLexer: log lexing errors directly (#2013)Keith Winstein2022-10-034-8/+8
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-2813-130/+130
* wasm2c: implement the bulk memory operations proposal (#1877)Keith Winstein2022-09-211-1/+0
* [spectest-interp] Fix SIMD lane extraction bug (#1993)Marcus Better2022-09-171-52/+48
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-141-2/+3
* Change description of calling wat2wasm without -o flag (#1943)Mark Irish2022-07-081-1/+1
* wast2json: write binary modules verbatim (#1932)Ben Smith2022-06-031-0/+1
* wat2wasm: support "-" for outputting to stdout (#1692) (#1902)Remko Tronçon2022-04-201-2/+7
* wasm2c: Always use a module prefix and set one by default (#1897)Sam Clegg2022-04-142-3/+18
* update br_table validation rule + enforce module validity in spectest-interp ...Keith Winstein2022-04-131-2/+5
* wasm-strip: Add support for -o argument (#1862)Sam Clegg2022-03-101-18/+26
* Add missing wasm2c feature flags (#1836)Soni L2022-02-221-1/+2
* wasm2c: run multi-memory tests (#1834)Keith Winstein2022-02-171-6/+13
* Use C++17 string_view (#1826)Sam Clegg2022-02-116-55/+54
* Use C++17 pair destructuring for loops (#1827)Sam Clegg2022-02-111-11/+6
* Clang-format codebase (#1684)Heejin Ahn2021-12-2012-84/+82
* Remove redundant `BindImports` call (NFC) (#1791)Heejin Ahn2021-12-201-1/+0
* Fix type names for function references (#1787)Sam Clegg2021-12-131-4/+6
* Add error locations to BinaryReaderInterp (#1780)Sam Clegg2021-12-092-4/+6
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-061-2/+43
* wasm-strip: enable all features during wasm-strip (#1758)Sam Clegg2021-11-081-0/+1
* Avoid changing directory in run-spec-wasm2c.py and honor --print-cmd. NFC (#1...Sam Clegg2021-10-141-5/+7