You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to make a small, reproducible example but am opening this issue preemptively as there's a lot of detail on the linked issue: wailsapp/wails#1569
Crux of the issue is it seems CGO interferes with the way go-winloader works. I'll update as I get more details. Cheers!
The text was updated successfully, but these errors were encountered:
I hope we can fix this, but I did always dislike the complexity of having to ship go-winloader like this. I should probably attempt to port OpenWebView2Loader to Go at some point; it would still involve some unsafety, but only as much as we ordinarily need for messing with COM, rather than the violently unsafe stuff that go-winloader does.
Initial work has been started in the Wails repo to port OpenWebView2Loader to Go. As a first step it's only used for GetAvailableCoreWebView2BrowserVersionString with a fixed runtime path, since that's the current issue for Wails.
More work is going on to fully port it to Go in the future. Just wanted to bring this up here, so we won't end up in doing the same work multiple times.
I'm looking to make a small, reproducible example but am opening this issue preemptively as there's a lot of detail on the linked issue:
wailsapp/wails#1569
Crux of the issue is it seems CGO interferes with the way go-winloader works. I'll update as I get more details. Cheers!
The text was updated successfully, but these errors were encountered: