←back to thread

245 points marcodiego | 5 comments | | HN request time: 0s | source
1. 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 #
2. whizzter ◴[] No.45799683[source]
Wasm is used in a lot of nooks and crannies, apart from games, Figma already uses it in the core and Wasm-GC has just started to become viable so we will se a lot of server-side languages get better web support.

Using Wasm as an end-all system was never the main intention even if we're heading that way now thanks to all the work people has put in.

I'd say that it's probably used where it's made sense so far.

3. 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 #
4. 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 #
5. cogman10 ◴[] No.45803517{3}[source]
Yes, but then how else could I run a docker container in the browser?