summaryrefslogtreecommitdiff
path: root/src/tools/wasm2c.cc
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: Use wabt::StripExtension (#2424)Soni L2024-05-201-13/+3
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-241-10/+11
* 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
* 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
* wasm2c: implement the extended const expressions proposal (#2162)Keith Winstein2023-03-081-1/+1
* Fix longstanding typo (#2160)Soni L2023-03-051-1/+1
* wasm2c: Initial implementation of memory64 (#2086)Sam Clegg2023-01-121-1/+1
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-15/+15
* wasm2c: implement the bulk memory operations proposal (#1877)Keith Winstein2022-09-211-1/+0
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-141-2/+3
* wasm2c: Always use a module prefix and set one by default (#1897)Sam Clegg2022-04-141-0/+16
* 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-111-7/+8
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-2/+1
* Avoid changing directory in run-spec-wasm2c.py and honor --print-cmd. NFC (#1...Sam Clegg2021-10-141-5/+7
* Enable bulk memory by default (#1728)Sam Clegg2021-10-131-1/+3
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+1
* Add `--version` to wabt tools (#1175)Amir Bawab2019-10-091-1/+0
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-4/+5
* Move WastLexer out of NameResolver, Validator, etc.Ben Smith2018-09-041-2/+1
* Pass Option structs by const reference (#888)Ben Smith2018-08-071-4/+4
* Update testsuite; enable mut. globals by default (#884)Ben Smith2018-08-031-6/+7
* Add flag to ignore errors in custom sections (#833)Ben Smith2018-05-071-1/+3
* Error on running wasm2c with `--enable-*` flags (#825)Ben Smith2018-04-061-0/+12
* Add wasm2c tool (#710)Ben Smith2018-01-081-0/+149