Replies: 1 comment 7 replies
-
Cross-process islands are to support an island running in process A hosted in process B. This can provide security and reliability wins, similar to how WebView2 content runs in a separate process which doesn't have access to data in the host process and doesn't crash the host process if the WebView2 process crashes. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I understand correctly the current XAML-Islands enable devs to embed WinUI 3 islands in any other UI framework.
What are the use-cases for the "multi-release effort to support Cross-process Islands, including fundamental input and rendering support for Content Islands"? This is from the roadmap
I have always found having multiple processes in my app rather cumbersome, because of the IPC needed.
Beta Was this translation helpful? Give feedback.
All reactions