Skip to main content

Module backend

Module backend 

Source
Expand description

Concrete Engine implementations.

  • [webkit] (macOS) — system WebKit framework via objc2 + objc2-web-kit. Real WKWebView. Requires the Cocoa main thread.
  • wpe (Linux) — WebKitGTK 6 via webkit6 + glib. Real WebView. Requires the GLib main context.
  • [webview2] (Windows) — Microsoft WebView2 via webview2-com + windows-rs. Real ICoreWebView2. Requires the Win32 message pump.

Modules§

wpe
Linux backend — real WebKitGTK 6 driven via webkit6 + glib.