You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains Go ecosystem libraries for [wasmCloud](https://github.com/wasmcloud/wasmcloud).
4
+
5
+
Depending on what you are interested in doing with wasmCloud, you can find the relevant code under the following directories:
6
+
7
+
*[`component`](https://github.com/wasmCloud/go/tree/main/component) (available as `go.wasmcloud.dev/component`) - Component SDK for building wasmCloud applications in Go.
8
+
*[`provider`](https://github.com/wasmCloud/go/tree/main/provider) (available as `go.wasmcloud.dev/provider`) - Provider SDK for building wasmCloud capability providers in Go.
9
+
*[`examples`](https://github.com/wasmCloud/go/tree/main/examples) - A set of example wasmCloud applications (under [`examples/component`](https://github.com/wasmCloud/go/tree/main/examples/component)) and capability providers (under [`examples/provider`](https://github.com/wasmCloud/go/tree/main/examples/provider)) that demonstrate how you can make use of the [Component SDK](https://github.com/wasmCloud/go/tree/main/component) and [Provider SDK](https://github.com/wasmCloud/go/tree/main/provider).
10
+
*[`templates`](https://github.com/wasmCloud/go/tree/main/templates) - A set of starter templates used by the wasmCloud CLI (`wash`) for starting a new wasmCloud application or capability provider.
11
+
*[`x`](https://github.com/wasmCloud/go/tree/main/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.
Copy file name to clipboardExpand all lines: component/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
The Go Component SDK provides a set of packages to simplify the development of WebAssembly components targeting the [wasmCloud](https://wasmcloud.com) host runtime.
6
6
7
-
Writing a wasmCloud Capability Provider? Check out the [Go Provider SDK](https://github.com/wasmCloud/provider-sdk-go).
7
+
Writing a wasmCloud Capability Provider? Check out the [Go Provider SDK](https://github.com/wasmCloud/go/tree/main/provider).
0 commit comments