Skip to content

Commit

Permalink
no format
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jul 13, 2022
1 parent 21e88d4 commit 73e27a6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@ wasm-info hello.wasm
```

```json
{
"exports": [
{ "name": "run", "params": [], "results": [], "type": "WASM_EXTERN_FUNC" }
],
"imports": [
{ "name": "hello", "params": [], "results": [], "type": "WASM_EXTERN_FUNC" }
]
}
{"exports":[{"name":"run","params":[],"results":[],"type":"WASM_EXTERN_FUNC"}],"imports":[{"name":"hello","params":[],"results":[],"type":"WASM_EXTERN_FUNC"}]}
```

If you want the json output to be pretty consider using a tool such as [`jq`](https://stedolan.github.io/jq/).
Expand Down

0 comments on commit 73e27a6

Please sign in to comment.