11 breaking releases

0.13.0 Jan 22, 2025
0.12.0 Nov 8, 2024
0.11.0 Oct 23, 2024
0.6.0 Jun 12, 2024
0.2.0 Nov 21, 2023

#688 in WebAssembly

Download history 1034/week @ 2024-10-27 662/week @ 2024-11-03 296/week @ 2024-11-10 781/week @ 2024-11-17 619/week @ 2024-11-24 627/week @ 2024-12-01 493/week @ 2024-12-08 420/week @ 2024-12-15 235/week @ 2024-12-22 169/week @ 2024-12-29 363/week @ 2025-01-05 252/week @ 2025-01-12 485/week @ 2025-01-19 671/week @ 2025-01-26 1098/week @ 2025-02-02 838/week @ 2025-02-09

3,099 downloads per month
Used in 6 crates (4 directly)

Apache-2.0

175KB
3K SLoC

wasmCloud Provider SDK

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

  • Sending notifications
  • Fetching secret values
  • Accessing databases
  • Serving content over HTTP

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.

Usage

Refer to the custom template for a comprehensive example of a custom provider.

Dependencies

~36–51MB
~893K SLoC