summaryrefslogtreecommitdiff
path: root/src/tools/wasm2wat.cc
Commit message (Expand)AuthorAgeFilesLines
* Always do a full roundtrip in run-roundtrip.py (#1661)Sam Clegg2023-02-281-6/+12
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-12/+12
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-2/+2
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+1
* wasm-decompile: use symbols from linking section for names. (#1318)Wouter van Oortmerssen2020-01-271-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
* Add flag to ignore errors in custom sections (#833)Ben Smith2018-05-071-1/+6
* Add WatWriter option for inline imports (#703)Ben Smith2018-01-021-0/+2
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-1/+2
* Import/export mutable globals w/ threads enabled (#690)Ben Smith2017-12-071-1/+2
* Make more use of string_view over 'const char *' (#684)Sam Clegg2017-12-021-1/+1
* Fix ubsan build and remove workaround in favor of ubsan.blacklist (#678)Sam Clegg2017-11-281-1/+1
* [wasm-objdump] Continue reading sections on error (#636)Ben Smith2017-09-261-1/+2
* Rename wasm2wast -> wasm2wat (#616)Ben Smith2017-09-081-0/+140