summaryrefslogtreecommitdiff
path: root/crates/cli/README.md
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-26 17:55:48 +0200
committerHenry <mail@henrygressmann.de>2026-04-26 17:55:48 +0200
commit27004a8738c7a3c32ac4fb6966f32647b4c96db7 (patch)
treebc3d663d1dc246df20ed30b1ecd0c19935c0f8bb /crates/cli/README.md
parent40bd20bb77b611f7974036c9f2b152a16a46c32a (diff)
docs: rework documentation, prepare pre-release
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli/README.md')
-rw-r--r--crates/cli/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/cli/README.md b/crates/cli/README.md
index 70b2cff..aa4d0c8 100644
--- a/crates/cli/README.md
+++ b/crates/cli/README.md
@@ -8,4 +8,6 @@ It is recommended to use the library directly instead of the CLI.
```bash
$ cargo install tinywasm-cli
$ tinywasm-cli --help
+$ tinywasm-cli run ./module.wasm
+$ tinywasm-cli run ./module.wasm -f add -a i32:1 -a i32:2
```