wasmer run syrusakbary/jq
JQ
You can install jq
with:
wapm install jq
Running
You can run the jq CLI
$ echo '{"foo": 0 }' | wapm run jq .
{
"foo": 0
}
Building from Source
You can build JQ from source very easily with wasienv.
Steps:
- Run
bash build.sh