wry-bindgen 0.2.122-alpha.5

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:

  • [JsValue] - Opaque references to JavaScript values
  • [closure] - Rust closures passed to JavaScript
  • [convert] - wasm-bindgen-compatible conversion marker traits
  • [sys] - JavaScript semantic helper types