Skip to content

project-vrcat/go-webview2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-webview2

This is a proof of concept for embedding Webview2 into Go without CGo. It is based on webview/webview and provides a compatible API.

Notice

Because this version doesn't currently have an EdgeHTML fallback, it will not work unless you have a Webview2 runtime installed. In addition, it requires the Webview2Loader DLL in order to function. Adding an EdgeHTML fallback should be technically possible but will likely require much worse hacks since the API is not strictly COM to my knowledge.

Demo

For now, you'll need to install the Webview2 runtime, as it does not ship with Windows.

WebView2 runtime

After that, you should be able to run go-webview2 directly:

go run github.com/jchv/go-webview2/cmd/demo

This will use go-winloader to load an embedded copy of WebView2Loader.dll.

If this does not work, please try running from a directory that has an appropriate copy of WebView2Loader.dll for your GOARCH. If that worked, please file a bug so we can figure out what's wrong with go-winloader :)

About

WebView2 bindings for pure Go, without CGo, based on the webview/webview bindings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%