2026-07-29 19:37:05 +08:00
|
|
|
package component:kv-probe@0.1.0;
|
|
|
|
|
|
2026-07-30 08:13:24 +08:00
|
|
|
/// Base service exports plus the exact persistent KV Host capability used by
|
|
|
|
|
/// this Component.
|
2026-07-29 19:37:05 +08:00
|
|
|
world kv-probe-component {
|
|
|
|
|
include wasmeld:service/service-component@0.1.0;
|
|
|
|
|
import wasmeld:kv/store@0.1.0;
|
|
|
|
|
}
|