Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 633 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 633 Bytes

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