|
|
|
|
|
by martinald
2743 days ago
|
|
I'm wondering that if WebAssembly could "cache" these runtimes, so you only have to download once? I can see Blazor being really useful for back office systems where people are in them for hours, not so much customer facing stuff which people are dropping in and out of. I think anything that can challenge JS (which tbh is looking increasingly more like C# with every new release) on the front end side can only be a good thing though. |
|
Caching is also a helpful idea beyond the size of the initial download. Future compilers (cranelift), will have time to make multiple optimization passes on the instructions and save them for later.