diff options
Diffstat (limited to 'docs/doc')
-rw-r--r-- | docs/doc/wat2wasm.1.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doc/wat2wasm.1.html b/docs/doc/wat2wasm.1.html index 09192b63..425ba3e1 100644 --- a/docs/doc/wat2wasm.1.html +++ b/docs/doc/wat2wasm.1.html @@ -84,10 +84,10 @@ </section> <section class="Sh"> <h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1> -Parse and typecheck test.wat +Parse test.wat and write to .wasm binary file with the same name <p class="Pp"></p> <div class="Bd Bd-indent"><code class="Li">$ wat2wasm test.wat</code></div> -<p class="Pp">parse test.wat and write to binary file test.wasm</p> +<p class="Pp">Parse test.wat and write to binary file test.wasm</p> <p class="Pp"></p> <div class="Bd Bd-indent"><code class="Li">$ wat2wasm test.wat -o test.wasm</code></div> |