summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2017-09-08 00:17:38 -0700
committerGitHub <noreply@github.com>2017-09-08 00:17:38 -0700
commit0ecaaacb27d03a1aafc40397740f9bdd04bf8d73 (patch)
tree3fb78816e22471bcbc92982581f7b81fef1136c6 /test/README.md
parentfe2cdc7f0f7633f7a14c5ea9952f5de9f5c17fad (diff)
downloadwabt-0ecaaacb27d03a1aafc40397740f9bdd04bf8d73.tar.gz
wabt-0ecaaacb27d03a1aafc40397740f9bdd04bf8d73.tar.bz2
wabt-0ecaaacb27d03a1aafc40397740f9bdd04bf8d73.zip
Rename wasm2wast -> wasm2wat (#616)
See issue #543.
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md
index e03508f4..207ab633 100644
--- a/test/README.md
+++ b/test/README.md
@@ -130,7 +130,7 @@ The currently supported list of tools (see
a collection of `.wasm` and `.wast` files, then run `wasm-interp` on the JSON
file.
- `run-gen-wasm`: parse a "gen-wasm" text file (which can describe invalid
- binary files), then parse via `wasm2wast` and display the result
+ binary files), then parse via `wasm2wat` and display the result
- `run-gen-wasm-interp`: parse a "gen-wasm" text file, generate a wasm file,
the run `wasm-interp` on it, which runes all exported functions in an
interpreter