Earlier quoted context omitted.
I agree! WASM is very interesting. Blazor is an exciting example of an application of Web Assembly - it's starting out as .net in the browser, but you can imagine a lightweight wasm version of the .net runtime could be used in a lot of places as a sandboxed runtime. The main .net runtime is not really meant to run unprivileged. It would be more like the UWP concept that MS made to sandbox apps for the windows App Sto…
I look forward to in browser DLL hell /s I'm cautiously optimistic about blazor, it definitely makes streaming data to the Dom much easier
People are already whining about JS bundle size and even the small .net runtimes are >60kb.
Yew on the other hand seems to fit right into what WebAssembly was made for.