Registry / other / webview2-com

webview2-com

JSON →
library0.39.1rscratesunverified

Rust bindings for the WebView2 COM APIs.

# Cargo.toml [dependencies] webview2-com = "0.39.1"
INSTALL
IMPORT
SIG · WEBVIEW2-COM
W
webview2-com
otherrustv0.39.1
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.

WebView2Environment
use webview2_com::WebView2Environment;

Creates a WebView2 environment.

use webview2_com::WebView2Environment; fn main() -> Result<(), Box<dyn std::error::Error>> { let env = WebView2Environment::create()?; Ok(()) }
Debug
Known issues
gotchaWindows-only; requires WebView2 runtime installed.
fix
Ensure WebView2 runtime is installed on the target system.
affects: >=0.1.0
Upgrade
Version history
0.39.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
webview2-com — cargo add webview2-com · libregistry