It seems like the non-web end-user software industry, outside of Apple, has broadly given up on using a shared runtime provided by the platform for the higher layers of the UI stack.
Windows: Microsoft is now pushing the Windows App SDK, which includes but is bigger than WinUI 3.
Android: Jetpack Compose is its own GUI toolkit, though using the platform-provided, Skia-based canvas.
Desktop Linux with Flatpak: Goes furthest, pinning the whole userland stack to a specific runtime version.
1/?