Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -1/+1 |
| | | | This makes things easier for users and packagers of libwabt. | ||||
* | [cleanup] Always use braces with if (#691) | Ben Smith | 2017-12-09 | 1 | -1/+2 |
| | |||||
* | Always include quoted headers like "src/foo.h" (#601) | Ben Smith | 2017-08-30 | 1 | -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) | KarlSchimpf | 2017-06-26 | 1 | -0/+70 |
* Fix wat writer to fold exception handling constructs. * Add new source files. * Clean up issues raised by binji. * Clean up ExprTree. |