mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-16 03:20:50 +00:00
12 lines
197 B
Markdown
12 lines
197 B
Markdown
|
# pwasm-utils-cli
|
||
|
|
||
|
Collection of WASM utilities used in Parity and WASM contract devepment
|
||
|
|
||
|
## Install
|
||
|
|
||
|
Easiest way to use is to install via `cargo install`:
|
||
|
|
||
|
```
|
||
|
cargo install pwasm-utils-cli
|
||
|
```
|