diff options
author | Soni L <EnderMoneyMod@gmail.com> | 2023-09-19 20:30:36 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 16:30:36 -0700 |
commit | dddc03d3bc4df2bca26a880e8f078f84ea3d2454 (patch) | |
tree | 372ff1087b535c52b122941983a584b47241fae4 /README.md | |
parent | 3b108c1d1dc2d633b5d5842321e9c5b2bdcea413 (diff) | |
download | wabt-dddc03d3bc4df2bca26a880e8f078f84ea3d2454.tar.gz wabt-dddc03d3bc4df2bca26a880e8f078f84ea3d2454.tar.bz2 wabt-dddc03d3bc4df2bca26a880e8f078f84ea3d2454.zip |
Rename wasm-opcodecnt to wasm-stats (#2298)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly, including: - [**wasm-strip**](https://webassembly.github.io/wabt/doc/wasm-strip.1.html): remove sections of a WebAssembly binary file - [**wasm-validate**](https://webassembly.github.io/wabt/doc/wasm-validate.1.html): validate a file in the WebAssembly binary format - [**wast2json**](https://webassembly.github.io/wabt/doc/wast2json.1.html): convert a file in the wasm spec test format to a JSON file and associated wasm binary files - - [**wasm-opcodecnt**](https://webassembly.github.io/wabt/doc/wasm-opcodecnt.1.html): count opcode usage for instructions + - [**wasm-stats**](https://webassembly.github.io/wabt/doc/wasm-stats.1.html): output stats for a module - [**spectest-interp**](https://webassembly.github.io/wabt/doc/spectest-interp.1.html): read a Spectest JSON file, and run its tests in the interpreter These tools are intended for use in (or for development of) toolchains or other |