extract wasmcloud provider and run it in standalone wasmtime runtime
We are trying to create a wasm app running on wasmtime directly, which uses redis as a key-value store. Currently wasi-keyvalue wit interface has no standard implementation. We’d like to bring wasmcloud redis-keyvalue impl as a resuable component and run it in a pure wasmtime instance