A simple cli tool for turning web assembly into json. This is meant to be used with other tools like jq
jq
cargo install wq
```bash
wq test.wasm
wq test.wasm test.json
cat simplest.wasm | wq ```