[](https://crates.io/crates/wascc-codec)


[](https://docs.rs/wascc-codec)
# waSCC Codec
The _WebAssembly Secure Capabilities Connector_ (waSCC) codec library contains a set of types, protobuf messages, and other primitives that are common to the host runtime, capability providers, and actor modules that are created for use with the [wascc](https://wasc.dev) host runtime, which is in turn built on top of [WebAssembly Procedure Call (waPC)](https://github.com/wapc) primitives.
This crate includes definitions for the well-known messages and operations that **wascc** supports by default, such as **messaging**, **key-value store**, and **HTTP client/server**.