Module rings_node::backend
source · Re-exports
pub use types::MessageEndpoint;pub use types::MessageType;
Modules
- This module supports a user-defined message handler based on WebAssembly (Wasm). The Rings network allows loading a Wasm or Wat file from a remote or local file and transforming it into a message handler. The Wasm module should satisfy the following requirements:
- An Backend HTTP service handle custom message from
MessageHandleras CallbackFn. - Backend Message Types.