Skip to main content

Crate roam_inprocess

Crate roam_inprocess 

Source
Expand description

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.