fix: jq-web -> jq-wasm, includes jq verison 1.8.1#2223
fix: jq-web -> jq-wasm, includes jq verison 1.8.1#2223GCHQDeveloper581 merged 3 commits intogchq:masterfrom
jq-web -> jq-wasm, includes jq verison 1.8.1#2223Conversation
…n "Avro to JSON" test
|
Yours is otherwise the better solution, so I've pulled in a couple of tests from my attempt to fix the same issue. |
GCHQDeveloper581
left a comment
There was a problem hiding this comment.
Looks good. Many thanks for your contribution.
|
@GCHQDeveloper581 looks like this has a performance penalty - thoughts on reverting to |
|
At present reverting to jq-web 0.5.1 looks like being the best interim solution. (The original update to 0.6.2 wasn't driven by anything beyond a desire to get dependencies as up-to-date as possible) I note that the README for jq-web (https://www.npmjs.com/package/jq-web) does talk about some things required to get it going with webpack - I haven't (yet) explored whether these are already applied in the CyberChef codebase. |
Resolves #2209. Switches from https://github.com/fiatjaf/jq-web to https://github.com/owenthereal/jq-wasm, which seems to be updated more frequently.