v0.2.0-draft · World

imports

The `wasi:keyvalue/imports` world provides common APIs for interacting with key-value stores. Components targeting this world will be able to do: 1. CRUD (create, read, update, delete) operations on key-value stores. 2. Atomic `increment` and CAS (compare-and-swap) operations. 3. Batch operations that can reduce the number of round trips to the network.