This repository contains Go ecosystem libraries for wasmCloud.
Depending on what you are interested in doing with wasmCloud, you can find the relevant code under the following directories:
component(available asgo.wasmcloud.dev/component) - Component SDK for building wasmCloud applications in Go.provider(available asgo.wasmcloud.dev/provider) - Provider SDK for building wasmCloud capability providers in Go.examples- A set of example wasmCloud applications (underexamples/component) and capability providers (underexamples/provider) that demonstrate how you can make use of the Component SDK and Provider SDK.templates- A set of starter templates used by the wasmCloud CLI (wash) for starting a new wasmCloud application or capability provider.x- Experimental libraries that are made available for consumption before they are folded into one of the existing SDKs or published as a top-level library of their own.