This crate provides the Key-Value interface for the Omnia runtime.
Implements the `wasi:keyvalue` WIT interface.
-
Add this crate to your `Cargo.toml` and use it in your runtime configuration:
```rust,ignore
use omnia::runtime;
use omnia_wasi_keyvalue::KeyValueDefault;
omnia::runtime!({
});
```
MIT OR Apache-2.0