Skip to content

b1naryth1ef/wv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wv2

wv2 provides Go bindings to the WebView2 runtime based off the prior work in wails.

example

package main

import "github.com/b1naryth1ef/wv2"

func main() {
	window := wv2.NewWindow(wv2.WindowOpts{
		Frameless:  true,
		InitialURL: "https://google.com",
	})
	window.Run()
}

About

Golang bindings to WebView2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages