Omnia WASI Messaging
This crate provides the Messaging interface for the Omnia runtime.
Interface
Implements the wasi:messaging WIT interface.
Backend
- Default: In-memory broadcast channel using
tokio::sync::broadcast. Messages are only delivered to subscribers within the same process.
Usage
Add this crate to your Cargo.toml and use it in your runtime configuration:
use runtime;
use MessagingDefault;
runtime!;
License
MIT OR Apache-2.0