Posted 7 October 2022, 6:55 am EST
How does Blazor WebAssembly works on Android phone for example.
For other browsers it need to run on .dotnet runtime of the client machines which makes sense if the client machine have .net core version running on their machine.
The technology in preview but when we talk about Android how will this code work on them. will it require .net core to be installed on andriod? ARM edition of .net core ???
actually on MS documentation .net core does not list Android as support OS in the first place.
It seems it uses MONO as webassembly which can run .net core. So does it eventually support andriod?
source: Microsoft: Q: How can you run .NET in a web browser? Running .NET in the browser is made possible by a relatively new standardized web technology called WebAssembly. WebAssembly is a “portable, size- and load-time-efficient format suitable for compilation to the web.” Code compiled to WebAssembly can run in any browser at native speeds. To run .NET binaries in a web browser we use a .NET runtime (specifically Mono) that has been compiled to WebAssembly.