Comment on WebAssembly adoption: Is slow and steady winning the race?parentComments−orra2yJust to add to this answer, here's [1] how to do .NET with AOT compilation, without needing Blazor.[1] https://devblogs.microsoft.com/dotnet/use-net-7-from-any-jav...Such an app needs to download a megabyte of runtime. This isn't tiny. Yet, for corporate apps I think it's okay? Apps start reasonably quickly, although not instantly, maybe 2 seconds.
Comments
Just to add to this answer, here's [1] how to do .NET with AOT compilation, without needing Blazor.
[1] https://devblogs.microsoft.com/dotnet/use-net-7-from-any-jav...
Such an app needs to download a megabyte of runtime. This isn't tiny. Yet, for corporate apps I think it's okay? Apps start reasonably quickly, although not instantly, maybe 2 seconds.