jq package icon
syrusakbary/jq

wasi

Public
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:

  1. Run bash build.sh

jq is a lightweight and flexible command-line JSON processor.


Github

Making software universally accessible