wry-bindgen 0.2.122-alpha.3

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:

  • [BinaryEncode]/[BinaryDecode] - Core encoding/decoding traits for Rust types
  • [JSFunction] - JSFunction type for calling JavaScript functions
  • [batch] - Batching helpers for grouping multiple JS operations
  • [wry] - Event loop and Wry integration