Module rings_node::backend

source ·

Re-exports

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 MessageHandler as CallbackFn.
  • Backend Message Types.