5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 00:43:14 +08:00
wails/v2/internal/frontend/desktop/windows/go-webview2/webviewloader
stffabi 0a20c8db96
[webview2loader] Add full featured go implementation (#1974)
* [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
2022-10-22 00:29:16 +11:00
..
arm64 Fix up dev. Pull in go-webview and winc 2022-03-29 21:45:16 +11:00
x64 Fix up dev. Pull in go-webview and winc 2022-03-29 21:45:16 +11:00
x86 Fix up dev. Pull in go-webview and winc 2022-03-29 21:45:16 +11:00
env_create_completed.go [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
env_create_options.go [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
env_create.go [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
find_dll_installed.go [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
find_dll.go [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
LICENSE [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
native_module_386.go [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
native_module_amd64.go [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
native_module_arm64.go [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
native_module.go [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
README.md [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
syscall.go [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
version.go [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00

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