mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 13:39:55 +08:00
![]() * Refactored build command * Update v2/cmd/wails/build.go Co-authored-by: stffabi <stffabi@users.noreply.github.com> * WIP * Refactor `wails doctor` * Refactor `wails dev` * Refactor `wails dev` * Fix merge conflict * Fix test * Update build_and_test.yml Co-authored-by: stffabi <stffabi@users.noreply.github.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