Files
wasmeld/components/kv-probe/wit/world.wit
T

9 lines
246 B
Plaintext

package component:kv-probe@0.1.0;
/// Base service exports plus the exact persistent KV Host capability used by
/// this Component.
world kv-probe-component {
include wasmeld:service/service-component@0.1.0;
import wasmeld:kv/store@0.1.0;
}