Crates.io | wasmcloud-provider-sdk |
lib.rs | wasmcloud-provider-sdk |
version | 0.12.0 |
source | src |
created_at | 2023-11-09 23:53:54.091882 |
updated_at | 2024-11-08 23:31:31.644396 |
description | wasmCloud provider SDK |
homepage | |
repository | https://github.com/wasmCloud/wasmCloud |
max_upload_size | |
id | 1030542 |
size | 232,882 |
Providers are swappable wasmCloud host plugins. They are executables (usually dedicated to longer-lived processes) that deliver common functionalities called capabilities. Providers are typically responsible for capabilities that are not considered part of the core business logic of an application, such as...
This crate is an SDK for creating capability providers in Rust. You can implement a capability that's already defined, or create a custom capability interface and use that in your wasmCloud application.
Refer to the custom template for a comprehensive example of a custom provider.