wascc-codec 0.9.0

Shared primitives used by the waSCC host runtime and capability providers
Documentation

crates.io Rust license documentation

waSCC Codec

The WebAssembly Secure Capabilities Connector (waSCC) codec contains a few basic primitives that are required to support the interaction between a waSCC host runtime and capability providers that conform to the Rust trait and the C FFI. This crate is not to be used for shared data types or wire protocol - that problem should be dealt with using widl schemas and code generation.