Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
/ webview2 Public archive
forked from jchv/go-webview2

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

License

Notifications You must be signed in to change notification settings

mattpodraza/webview2

 
 

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

Languages

  • Go 100.0%