Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.48 KB

README.md

File metadata and controls

11 lines (8 loc) · 1.48 KB

wasmCloud Go

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 as go.wasmcloud.dev/component) - Component SDK for building wasmCloud applications in Go.
  • provider (available as go.wasmcloud.dev/provider) - Provider SDK for building wasmCloud capability providers in Go.
  • examples - A set of example wasmCloud applications (under examples/component) and capability providers (under examples/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.