Skip to content

Commit 10c5d44

Browse files
authored
Merge pull request #124 from joonas/chore/update-READMEs
chore: Update READMEs
2 parents 2bb06e7 + b8acc0c commit 10c5d44

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# go
2-
wasmCloud Go ecosystem libraries and tooling
1+
# wasmCloud Go
2+
3+
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.

component/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The Go Component SDK provides a set of packages to simplify the development of WebAssembly components targeting the [wasmCloud](https://wasmcloud.com) host runtime.
66

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).
88

99
# Setup
1010

0 commit comments

Comments
 (0)