[][src]Crate wascc_codec

wascc-codec

This library provides the core set of types and associated functions used to facilitate guest module and host runtime communication for wascc.

Modules

blobstore

Binary object storage and streaming

capabilities

Common types used for managing native capability providers

core

Core data types

eventstreams

Event Streaming

extras

Extras

http

HTTP server capability data structures

keyvalue

Key-Value Store Data Types

messaging

Message Broker Data Types

Macros

capability_provider

Wraps a constructor inside an FFI function to allow the CapabilityProvider trait implementation to be instantiated and used by the host runtime