tinywasm-cli 0.8.0

TinyWasm CLI
1
2
3
4
5
6
7
8
9
10
11
# `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.
It is recommended to use the library directly instead of the CLI.

## Usage

```bash
$ cargo install tinywasm-cli
$ tinywasm-cli --help
```