couchbaselabs / wasmcloud-provider-couchbase

Wasmcloud Couchbase capabilities provider
Apache License 2.0
2 stars 7 forks source link

chore: move wasi to example #16

Closed brooksmtownsend closed 2 months ago

brooksmtownsend commented 2 months ago

This PR moves the existing couchbase provider under examples/wasi-keyvalue where we can refer to it and offer the implementation as an example for folks looking to access couchbase from an existing component that uses wasi:keyvalue.

The provider at the root of the repository now has empty handlers for all of the wasmcloud:couchbase/document interface, which @ritesh089 is looking to implement.

In addition to the functionality in the provider.go file, we should also update the wadm.yaml at the root of the repository to link on wasmcloud:couchbase/document