wry-bindgen 0.2.106-alpha.1

Native desktop implementation of wasm-bindgen APIs using wry
Documentation

wry-bindgen - Runtime support for wasm-bindgen-style bindings over Wry's WebView

This crate provides the runtime types and traits needed for the #[wasm_bindgen] attribute macro to generate code that works with Wry's IPC protocol.

Architecture

The crate is organized into several modules:

  • [encode] - Core encoding/decoding traits for Rust types
  • [function] - JSFunction type for calling JavaScript functions
  • [mod@batch] - Batching system for grouping multiple JS operations
  • [runtime] - Event loop and runtime management