#capability-provider #codec #wascc

deprecated wascc-codec

(Deprecated) shared primitives used by the wasmCloud host runtime and capability providers

18 unstable releases (6 breaking)

0.9.1 Feb 17, 2021
0.9.0 Oct 27, 2020
0.8.1 Sep 9, 2020
0.7.2 Jul 1, 2020
0.3.4 Dec 16, 2019

#22 in #wascc

Download history 5/week @ 2023-12-11 10/week @ 2023-12-18 5/week @ 2023-12-25 11/week @ 2024-01-08 3/week @ 2024-01-15 2/week @ 2024-01-22 4/week @ 2024-02-05 9/week @ 2024-02-12 14/week @ 2024-02-19 77/week @ 2024-02-26 49/week @ 2024-03-04 64/week @ 2024-03-11 35/week @ 2024-03-18

226 downloads per month
Used in 18 crates (16 directly)

Apache-2.0

15KB
235 lines

waSCC Codec

This crate is now deprecated. A new version of this crate that is used for providing a standard set of traits and functionality for wasmCloud capability providers can be found in the wasmcloud-provider-core.


lib.rs:

wascc-codec

This library provides the core set of types and associated functions used for the common set of functionality between the host runtime and capability providers. Data types and models that need to be shared between guest and hosts should be generated and should not show up in this crate.

Dependencies

~1.1–2MB
~43K SLoC