summaryrefslogtreecommitdiff
path: root/src/tracing.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-1/+1
| | | This makes things easier for users and packagers of libwabt.
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-1/+2
|
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-1/+1
| | | This way the names won't conflict with other headers with the same name.
* Fix wat writer to fold exception handling constructs. (#533)KarlSchimpf2017-06-261-0/+70
* Fix wat writer to fold exception handling constructs. * Add new source files. * Clean up issues raised by binji. * Clean up ExprTree.