diff options
author | Mark Irish <markdirish@gmail.com> | 2022-07-08 15:40:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 13:40:32 -0700 |
commit | 2106ff48b285f28581c2598222d61636f3469a1c (patch) | |
tree | 52c565e9310372ab7f88ad4aba19ecb55c7995e4 /README.md | |
parent | 762d9ef5377ebf58292b9d88a6f9d903ed79cbd5 (diff) | |
download | wabt-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |