Omnia WASI Config
This crate provides the Config interface for the Omnia runtime.
Interface
Implements the wasi:config WIT interface.
Backend
- Default: Wraps
wasmtime-wasi-configto provide configuration values from the host environment or configuration files.
Usage
Add this crate to your Cargo.toml and use it in your runtime configuration:
use runtime;
use ConfigDefault;
runtime!;
License
MIT OR Apache-2.0