Crate rora_javascript_adapter

Source
Expand description

JavaScript Adapter

HTTP messages are a good way to exchange data across the Internet, why not use them to exchange data between Rust/WASM and JavaScript.

Structsยง

JsRequest
Represents a request originating from JavaScript.
JsResponse
Represents a response originating from Rust.