Does MAUI has WebAssembly support somewhere in the roadmap?

Kovalsky Nick 141 Reputation points
2021-03-26T15:51:17.717+00:00

The only platform addition to Xamarin for MAUI seems to be MacOS, but will we be able to run MAUI apps in browser (WebAssembly?) some day?
Thanks!

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,201 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,846 Reputation points
    2022-01-04T15:32:38.167+00:00

    Currently it is the opposite, a Maui app can host a blazor app.


  2. Kees Sighem van 1 Reputation point
    2022-12-09T12:20:26.187+00:00

    For me almost any gui framework beats javascript/html/css. Besides that I prefere the programming model of MAUI above blazor with it's cascading propeties and property changed stuff. And as a bonus I get native apps for the Windows and Android crowd, use the webassembly variant for the apple fans, as I don't want to mess with their appstore process. So I'll keep hoping ;-)

    0 comments No comments