summaryrefslogtreecommitdiff
path: root/man/wat2wasm.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/wat2wasm.1')
-rw-r--r--man/wat2wasm.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/wat2wasm.1 b/man/wat2wasm.1
index ec4dcc1b..f3fa1705 100644
--- a/man/wat2wasm.1
+++ b/man/wat2wasm.1
@@ -46,11 +46,11 @@ Write debug names to the generated binary file
Don't check for invalid modules
.El
.Sh EXAMPLES
-Parse and typecheck test.wat
+Parse test.wat and write to .wasm binary file with the same name
.Pp
.Dl $ wat2wasm test.wat
.Pp
-parse test.wat and write to binary file test.wasm
+Parse test.wat and write to binary file test.wasm
.Pp
.Dl $ wat2wasm test.wat -o test.wasm
.Pp