summaryrefslogtreecommitdiff
path: root/src/tools/wasm-opcodecnt.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for Features to wasm-opcodecnt and emit total instruction count. ...nlewycky2019-08-101-0/+13
* Pass Option structs by const reference (#888)Ben Smith2018-08-071-1/+1
* Remove short option for --help (#877)Raphael Graf2018-08-021-4/+1
* Fix ubsan build and remove workaround in favor of ubsan.blacklist (#678)Sam Clegg2017-11-281-1/+1
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-4/+4
* Refactor wasm-opcodecnt. (#580)Ben Smith2017-07-241-154/+64
* Rename snake_case to MixedCase. (#579)Ben Smith2017-07-191-53/+53
* Rename read_file -> ReadFile; now returns vector (#572)Ben Smith2017-07-141-6/+4
* Remove WABT_ZERO_MEMORY WABT_FAILED and WABT_SUCCEEDED macros. (#540)KarlSchimpf2017-06-281-3/+3
* Rewrite wabt::Opcode as C++ class (#500)Ben Smith2017-06-191-24/+9
* Remove option default macros (#508)Ben Smith2017-06-191-3/+1
* Make OptionParser into C++ class (#497)Ben Smith2017-06-141-83/+30
* Rename wasmdump to wasm-objdump (#455)Sam Clegg2017-05-251-0/+341