fiatjaf / jq-web

jq in the browser with emscripten.

Home Page:https://jq.alhur.es/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v0.5.1 fails on any JQ expression containing "%" operator

alexey-r-work opened this issue · comments

For example, 1 % 1.

Probably, this is caused by Emscripten update because % is processed without any problems by jq-web v0.5.0.

Oops, I don't know how to proceed here.

Maybe it makes sense to update Emscripten one more time to the most recent version? We need #13 but cannot upgrade to v0.5.1 due to % failures.