jq-web
jq-web copied to clipboard
jq-web no longer builds with modern emscripten.
Two changes have happened:
-
MODULARIZE_INSTANCEis removed. - The default output format is now a linked executable, not an object file.
(I’ll have a PR shortly.)
There are other libraries out there that expose jq over wasm. Maybe I should archive this repo and point people to others? I never tried any though.
@fiatjaf I looked at a few:
- NPM jq-wasm: Seems to be a fork of yours, but the maintainer doesn’t provide code.
- Another jq-wasm seems meant more as a freestanding web app than as a library.
- Yet another jq-wasm is an update of yours, but it doesn’t seem to address some of the issues (e.g., memory leak) that I found.
Yours is the only one that I can find on GitHub and on NPM.
Fixed with latest PR merge.