wasmCloud Go ecosystem libraries and tooling
Go to file
Lucas Fontes 3e06810aae
Merge pull request #396 from lxfontes/lxfontes/runtime-operator-vanity
feat: Vanity URL for runtime-operator
2025-10-16 12:13:32 -04:00
.github
component
docs
examples
provider
templates
x
.gitignore
.golangci.yml
.nojekyll
LICENSE
MAINTAINERS.md
README.md
SECURITY.md

README.md

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.