summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2017-09-28 01:05:38 -0700
committerGitHub <noreply@github.com>2017-09-28 01:05:38 -0700
commitb10a3ab9187003f9e8ba84ef714821227981e77b (patch)
tree2ec45857b8aa3cd0e6ce995d375839deafb63275 /README.md
parent5f0be7053d9a4e4b8c7e72d2b96f24126620267f (diff)
downloadwabt-b10a3ab9187003f9e8ba84ef714821227981e77b.tar.gz
wabt-b10a3ab9187003f9e8ba84ef714821227981e77b.tar.bz2
wabt-b10a3ab9187003f9e8ba84ef714821227981e77b.zip
Rename `wast-desugar` to `wat-desugar`. (#642)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6068e61f..d6e18205 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly, including:
- **wasm2wat**: the inverse of wat2wasm, translate from the binary format back to the text format (also known as a .wat)
- **wasm-objdump**: print information about a wasm binary. Similiar to objdump.
- **wasm-interp**: decode and run a WebAssembly binary file using a stack-based interpreter
- - **wast-desugar**: parse .wast text form as supported by the spec interpreter (s-expressions, flat syntax, or mixed) and print "canonical" flat format
+ - **wat-desugar**: parse .wat text form as supported by the spec interpreter (s-expressions, flat syntax, or mixed) and print "canonical" flat format
- **wasm-link**: simple linker for merging multiple wasm files.
These tools are intended for use in (or for development of) toolchains or other