vox-inprocess 0.2.0

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

In-process transport for vox — 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.