omnia-wasi-sql 0.28.0

WASI SQL database interface for the Omnia runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# WebAssembly Interface Types (WIT) Deps

## Prerequisites

Install `wit-deps` from source (<https://github.com/bytecodealliance/wit-deps>)

## Usage

Add dependencies to `deps.toml`:

```toml
keyvalue = "https://github.com/augentic/wasi-keyvalue/archive/main.tar.gz"
```

Import/update dependencies using `wit-deps update` from the crate root.