Skip to content
/ go Public
forked from wasmCloud/go

wasmCloud Go ecosystem libraries and tooling

License

Notifications You must be signed in to change notification settings

joonas/go

 
 

Repository files navigation

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.

About

wasmCloud Go ecosystem libraries and tooling

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • Assembly 0.7%