Hello everyone, I am a wolf at the end of the desert.
I was just wandering in the WeChat group, and some netizens posted Uno's online Mini games. The webmaster thought it was good and simply shared it:

What is Uno?
Use C#and WinUI to achieve pixel-perfect multi-platform applications, an open source UI platform for building single codebase applications for Windows, iOS, Android, WebAssembly, macOS, and Linux.
Online Mini games
Online address: asadullahrifat89.github.io/hungry-worm-uno-platform/
由于是使用 Web Assembly开发的,虽然有着“快速、高效、可移植——通过利用常见的硬件能力,WebAssembly 代码在不同平台上能够以接近本地速度运行。”,但由于Uno也是带有运行时,所以网站体积有点大,28MB左右,加载10s左右,有科学工具的建议打开玩耍。
简单普及什么是Web Assembly:面向Web的二进制格式,WebAssembly(简称wasm)是一个虚拟指令集体系架构(virtual ISA),整体架构包括核心的ISA定义、二进制编码、程序语义的定义与执行,以及面向不同的嵌入环境(如Web)的应用编程接口(WebAssembly API)。其初始目标是为C/C++等语言编写的程序经过编译,在确保安全和接近原生应用的运行速度更好地在Web平台上运行。 - 摘自百度百科
** Website volume **

** Game loading page **
Due to the different network environment, the website is slightly larger, so there is a loading page that will not be boring to wait:

** Game homepage **

** Let's have a little fun **

**Uno official website **

Uno Warehouse
https://github.com/nventive/Uno

From the last submission time of the code, we can see that this framework is very active and a strong competitor to MAUI. If you are interested, go and have a look.