roam-inprocess 7.3.0

In-process transport for roam — WASM-to-JS message passing without network
Documentation

In-process transport for roam — direct WASM ↔ JS message passing.

Provides a Link implementation that communicates with TypeScript in the same browser tab via js_sys::Function callbacks and futures_channel::mpsc channels, with no network involved.

This crate only provides types on wasm32 targets.