This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
webview2 v1.0.0
⚠ BREAKING CHANGES
- introduce better error handling, use the user32 helper
- embed DLLs using the
go:embed
directive - change the import path, bump min. Go to 1.16
Features
- add the
user32
package which wraps many of the syscall calls (17e76a9)
Documentation
Chores
- ignore .vscode and built binaries (104afbe)