crane-search
crane-search copied to clipboard
Wasm size
Cool idea. Did you try tinyGo by any chance? Some data indicate that it is much better in generating smaller wasms. I am sure that for sites with Gbs of text it still will not work well in terms of size of wasm, but... for some cases... it could be very interesting solution.
TinyGo would significantly shrink the browser binary. I played around with it a little but ran into some library restrictions.
encoding/gob (as well as encoding/json) aren't supported yet. encoding/csv might be an option.