From 0ecaaacb27d03a1aafc40397740f9bdd04bf8d73 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Fri, 8 Sep 2017 00:17:38 -0700 Subject: Rename wasm2wast -> wasm2wat (#616) See issue #543. --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/README.md') 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 -- cgit v1.2.3