mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 08:29:40 +08:00

* [webview2loader] Add full featured go implementation The new go loader can be activated with the exp_gowebview2loader build tag. * [build] Add information for using the new webvie2loader
647 B
647 B
Webviewloader
Webviewloader is a port of OpenWebView2Loader to Go.
It is intended to be feature-complete with the original WebView2Loader distributed with the WebView2 NuGet package, but some features are intentionally not implemented.
Status
- CompareBrowserVersions
- CreateCoreWebView2Environment
- CreateCoreWebView2EnvironmentWithOptions
- GetAvailableCoreWebView2BrowserVersionString
Not implemented features
- Registry Overrides of Parameters
- Env Variable Overrides of Parameters
- Does not incorporate
GetCurrentPackageInfo
to search for an installed runtime