Can i use wry inside tauri as a separate service?
So it will become something like https://www.electronjs.org/docs/latest/api/webview-tag
And i'll be able to create my own browser
Electron's webview tag is based on Chromium's webview, which is undergoing dramatic architectural changes. This impacts the stability of webviews, including rendering, navigation, and event routing. We currently recommend to not use the webview tag and to consider alternatives, like iframe, Electron's BrowserView, or an architecture that avoids ...