044b64a9c7
Add a small Component that imports wasmeld:kv/store@0.1.0 and exercises get, set, and delete through a byte-oriented test protocol. Pin service and KV WIT dependencies in wit.lock while keeping generated wit/deps content out of source control.
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
package component:kv-probe@0.1.0;
|
|
|
|
world kv-probe-component {
|
|
include wasmeld:service/service-component@0.1.0;
|
|
import wasmeld:kv/store@0.1.0;
|
|
}
|