What does HackerNews think of aioli?

Framework for building fast genomics web tools with WebAssembly and WebWorkers

Language: JavaScript

#110 in JavaScript
#6 in Web app
I am using https://github.com/biowasm/aioli which provides a already compiled wasm jq along with all the related support code for calling it
Seems he is using something called biowasm aioli: https://github.com/biowasm/aioli

> Aioli is a library for running genomics command-line tools in the browser using WebAssembly. See Who uses biowasm for example use cases.

https://biowasm.com/cdn/v3/jq/1.6

I, and many others, use jq play[0] a lot to craft queries.

However, jqplay.org sends everything to a back end behind the scene, so it can be slow for big input json, and not great for privacy.

Someone recently integrated jq compiled to web assembly in aioli.js[1], so I decided to make a jq play clone that runs in the browser.

It does not support sharing a query, but it's minimal, and does what I need for now.

[0]: https://jqplay.org/

[1]: https://github.com/biowasm/aioli