Registry / other / leaanthony-go-webview2

leaanthony-go-webview2

JSON →
library1.0.2gogounverified

Go bindings for the Microsoft Edge WebView2 control to embed web content in Windows applications.

go get github.com/leaanthony/go-webview2
INSTALL
IMPORT
SIG · LEAANTHONY-GO-WEBV
L
leaanthony-go-webview2
othergov1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

webview2
github.com/leaanthony/go-webview2

Creates a WebView2 window and navigates to a URL.

package main import ( "github.com/leaanthony/go-webview2" ) func main() { w := webview2.New(webview2.Settings{}) w.Navigate("https://example.com") w.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
leaanthony-go-webview2 — go get leaanthony-go-webview2 · libregistry