←back to thread

245 points marcodiego | 3 comments | | HN request time: 0s | source
Show context
shevy-java ◴[] No.45799220[source]
Hopefully this will make WASM more popular. I tried to get into it but lack of documentation was already one reason to not invest too much; speed concerns mentioned by other bloggers also amplified this issue recently. For some reason WebAssembly is not really "breaking through" right now. Perhaps it is inertia, perhaps another reason.
replies(2): >>45799683 #>>45800014 #
1. Ray20 ◴[] No.45800014[source]
I hope so too. Websites that load runtimes for various programming languages are too slim; they need to load the entire operating system, otherwise why do we need all these powerful home computers?.
replies(1): >>45802677 #
2. charcircuit ◴[] No.45802677[source]
There's already a problem of downloading 10s of megabytes of web assembly. We don't need to download gigabytes for a single page.
replies(1): >>45803517 #
3. cogman10 ◴[] No.45803517[source]
Yes, but then how else could I run a docker container in the browser?