Skip to content

Commit 6096ecf

Browse files
committed
Fix formatting in interfaces documentation
Signed-off-by: Eric Gregory <eric@cosmonic.com>
1 parent bdc92d7 commit 6096ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/overview/interfaces.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Well-known interfaces include two APIs built specifically for wasmCloud:
183183
:::info[2.5.0: async `wasmcloud:keyvalue` and `wasmcloud:blobstore`]
184184
Starting in 2.5.0, `wasmcloud:keyvalue` and `wasmcloud:blobstore` ship async-shaped WIT packages alongside the existing sync interfaces, together with **TTL on `set`**, **CAS** (compare-and-swap), and **typed errors** for missing keys, conflicts, and backend failures. The async packages depend on the `component-model-async` proposal (implied by WASI 0.3).
185185

186-
In the shipped shape, the `bucket` resource (and `error`, `key-response`, `set-options`) live in a shared `wasmcloud:keyvalue/types` interface, and `store`, `atomics`, `cas`, `batch`, and `watcher` all `use types.{bucket, error}`. A guest using a labeled multi-backend `store` can therefore also use `cas`/`atomics`/`batch` against the same bucket — the resource identity matches across all five interfaces. This mirrors the shape that `wasmcloud:blobstore` uses.
186+
The `bucket` resource (and `error`, `key-response`, `set-options`) live in a shared `wasmcloud:keyvalue/types` interface, and `store`, `atomics`, `cas`, `batch`, and `watcher` all `use types.{bucket, error}`. A guest using a labeled multi-backend `store` can therefore also use `cas`/`atomics`/`batch` against the same bucket — the resource identity matches across all five interfaces. This mirrors the shape that `wasmcloud:blobstore` uses.
187187
:::
188188

189189
## Custom interfaces

0 commit comments

Comments
 (0)