13 breaking releases

0.15.0 Mar 21, 2025
0.13.0 Jan 22, 2025
0.12.0 Nov 8, 2024
0.6.0 Jun 12, 2024
0.2.0 Nov 21, 2023

#1052 in WebAssembly

Download history 430/week @ 2024-12-14 205/week @ 2024-12-21 201/week @ 2024-12-28 361/week @ 2025-01-04 253/week @ 2025-01-11 405/week @ 2025-01-18 734/week @ 2025-01-25 1102/week @ 2025-02-01 820/week @ 2025-02-08 842/week @ 2025-02-15 417/week @ 2025-02-22 617/week @ 2025-03-01 617/week @ 2025-03-08 866/week @ 2025-03-15 815/week @ 2025-03-22 620/week @ 2025-03-29

3,161 downloads per month
Used in 7 crates (4 directly)

Apache-2.0

205KB
4K 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

~38–53MB
~1M SLoC