jq-web icon indicating copy to clipboard operation
jq-web copied to clipboard

jq-web no longer builds with modern emscripten.

Open FGasper opened this issue 1 year ago • 3 comments

Two changes have happened:

  • MODULARIZE_INSTANCE is removed.
  • The default output format is now a linked executable, not an object file.

FGasper avatar May 15 '24 13:05 FGasper

(I’ll have a PR shortly.)

FGasper avatar May 15 '24 13:05 FGasper

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 avatar May 15 '24 14:05 fiatjaf

@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.

FGasper avatar May 16 '24 18:05 FGasper

Fixed with latest PR merge.

FGasper avatar Oct 30 '24 12:10 FGasper