diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-29 22:38:06 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-29 22:38:06 +0100 |
| commit | 963ddd26a89490458e31d9d553dffafe5e350e96 (patch) | |
| tree | 7a23b0d135e004667f9e0154e89a6ec31b225ff1 /crates/cli/README.md | |
| parent | f8651619e576ac97209b72660144568b54eb965c (diff) | |
chore: add more examples, refactoring
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli/README.md')
| -rw-r--r-- | crates/cli/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crates/cli/README.md b/crates/cli/README.md new file mode 100644 index 0000000..1f7a1bb --- /dev/null +++ b/crates/cli/README.md @@ -0,0 +1,10 @@ +# `tinywasm-cli` + +The `tinywasm-cli` crate contains the command line interface for the `tinywasm` project. See [`tinywasm`](https://crates.io/crates/tinywasm) for more information. + +## Usage + +```bash +$ cargo install tinywasm-cli +$ tinywasm-cli --help +``` |
