|
|
|
|
|
by kubafu
223 days ago
|
|
Big fan of htmx here, so thanks for opening my eyes to a new way of using it with service workers. But man, 10MB Go WASM download? That's a no go. It's not only about downloading it but executing on a clients machine over and over again. But I guess you can handle those requests perfectly fine just in service worker using pure JavaScript. |
|
So you'll never get Go Wasm binary sizes down to something reasonable, alas.