mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 04:42:00 +08:00
![]() * 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> |
||
---|---|---|
.. | ||
arm64 | ||
x64 | ||
x86 | ||
env_create_completed.go | ||
env_create_options.go | ||
env_create.go | ||
find_dll_installed.go | ||
find_dll.go | ||
LICENSE | ||
native_module_386.go | ||
native_module_amd64.go | ||
native_module_arm64.go | ||
native_module.go | ||
README.md | ||
syscall.go | ||
version.go |
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