| It is happening. Leptos is an example: https://www.leptos.dev/ Dioxus is another: https://dioxuslabs.com/ C# with Avalonia for a different use case: https://avaloniaui.net/ Avalonia solitaire demo: https://solitaire.xaml.live/ Avalonia Visual Basic 6 clone: https://bandysc.github.io/AvaloniaVisualBasic6/ Blazor can run as WebAssembly on the client side if you choose that runtime mode: https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blaz... Beyond the browser, Wasmer does WebAssembly on the serverside: https://wasmer.io/ Fermyon too: https://www.fermyon.com/ Extism is a framework for an application to support WebAssembly plugins: https://extism.org/ |