Skip to content

Commit

Permalink
Update capabilities.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Gregory <eric@cosmonic.com>
  • Loading branch information
ericgregory authored and vados-cosmonic committed Jul 11, 2024
1 parent 58552eb commit f27e904
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/concepts/capabilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ For example...

## Creating your own capabilities

wasmCloud supports custom capabilities&mdash;use our provider SDKs for [Rust](https://crates.io/crates/wasmcloud-provider-sdk) and [Go](https://github.com/wasmCloud/provider-sdk-go) to create your own providers, and write your own interfaces in the [WebAssembly Interface Type (WIT)](/docs/concepts/interfaces) interface description language. For more information, see...
wasmCloud supports custom capabilities&mdash;use our provider SDKs for [Rust](https://crates.io/crates/wasmcloud-provider-sdk) and [Go](https://github.com/wasmCloud/provider-sdk-go) to create your own providers, and write your own interfaces in the [WebAssembly Interface Type (WIT)](/docs/concepts/interfaces) interface description language.

For more information, see...

* [Creating a provider](/docs/developer/providers/)
* [Creating an interface](/docs/developer/interfaces/creating-an-interface)
* [A simple template for custom providers in Go](https://github.com/wasmCloud/wasmCloud/tree/main/examples/golang/providers/custom-template) (Launch in `wash` with `wash new provider custom-provider --template-name custom-template-go`)
* [A simple template for custom providers in Rust](https://github.com/wasmCloud/wasmCloud/tree/main/examples/rust/providers/custom-template) (Launch in `wash` with `wash new provider custom-provider --template-name custom-template-rust`)

0 comments on commit f27e904

Please sign in to comment.