summaryrefslogtreecommitdiff
path: root/src/tools/wasm-validate.cc
Commit message (Expand)AuthorAgeFilesLines
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-8/+8
* 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
* 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-3/+3
* Add flag to ignore errors in custom sections (#833)Ben Smith2018-05-071-1/+6
* Import/export mutable globals w/ threads enabled (#690)Ben Smith2017-12-071-1/+2
* Fix ubsan build and remove workaround in favor of ubsan.blacklist (#678)Sam Clegg2017-11-281-1/+1
* Add wasm-validate tool (#664)Ben Smith2017-10-311-0/+94