Skip to content

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

License

Notifications You must be signed in to change notification settings

D4v1dW3bb/webview2-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webview2

A proof of concept for using the Microsoft Edge WebView2 without cgo and with embedded copies of the webview DLL.

This is a fork of https://github.com/jchv/go-webview2, with a different API that suited my needs better than the original package.

It also uses some bits from https://github.com/Inkeliz/gowebview, specifically the way the COM procedures are called.

Notice

This requires you to have the WebView2 runtime installed, as it doesn't ship with Windows.

Non-goals

  • EdgeHTML fallback
  • Support for other platforms than Windows on amd64

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%