summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Irish <markdirish@gmail.com>2022-07-08 15:40:32 -0500
committerGitHub <noreply@github.com>2022-07-08 13:40:32 -0700
commit2106ff48b285f28581c2598222d61636f3469a1c (patch)
tree52c565e9310372ab7f88ad4aba19ecb55c7995e4 /README.md
parent762d9ef5377ebf58292b9d88a6f9d903ed79cbd5 (diff)
downloadwabt-2106ff48b285f28581c2598222d61636f3469a1c.tar.gz
wabt-2106ff48b285f28581c2598222d61636f3469a1c.tar.bz2
wabt-2106ff48b285f28581c2598222d61636f3469a1c.zip
Change description of calling wat2wasm without -o flag (#1943)
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 ee1b006c..706646e2 100644
--- a/README.md
+++ b/README.md
@@ -200,7 +200,7 @@ run `make update-gperf` to update the prebuilt C++ sources in `src/prebuilt/`.
Some examples:
```sh
-# parse and typecheck test.wat
+# parse test.wat and write to .wasm binary file with the same name
$ bin/wat2wasm test.wat
# parse test.wat and write to binary file test.wasm