diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/wat2wasm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wat2wasm.cc b/src/tools/wat2wasm.cc index 16d5de22..39eeed01 100644 --- a/src/tools/wat2wasm.cc +++ b/src/tools/wat2wasm.cc @@ -53,7 +53,7 @@ static const char s_description[] = convert it to the wasm binary format. examples: - # parse and typecheck test.wat + # parse test.wat and write to .wasm binary file with the same name $ wat2wasm test.wat # parse test.wat and write to binary file test.wasm |