This crate implements unsafe Rust bindings for the WebView2 COM APIs using the Windows crate.
This crate has a friendlier wrapper in webview2-com.
The Windows crate requires a Windows Metadata (winmd
) file describing the API. The one used in this crate was generated with the webview2-win32md project.