5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 04:42:00 +08:00
wails/v2/internal/frontend/desktop/windows/go-webview2/webviewloader
Misite Bao f70d9de366
fix: fix go test errors (#2169)
* fix: fix go test errors

* Add flags to mac test

* Run on all branches

* Update PR workflow

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2022-12-06 06:45:06 +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 fix: fix go test errors (#2169) 2022-12-06 06:45:06 +11:00
env_create.go fix: fix go test errors (#2169) 2022-12-06 06:45:06 +11:00
find_dll_installed.go fix: fix go test errors (#2169) 2022-12-06 06:45:06 +11:00
find_dll.go fix: fix go test errors (#2169) 2022-12-06 06:45:06 +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 fix: fix go test errors (#2169) 2022-12-06 06:45:06 +11:00
README.md [webview2loader] Add full featured go implementation (#1974) 2022-10-22 00:29:16 +11:00
syscall.go fix: fix go test errors (#2169) 2022-12-06 06:45:06 +11:00
version.go Refactored build command (#2123) 2022-12-01 18:18:02 +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