![crates.io](https://img.shields.io/crates/v/wascap-codec.svg)  ![travis](https://travis-ci.org/waxosuit/wascap-codec.svg?branch=master)  ![license](https://img.shields.io/crates/l/wascap-codec.svg) # WebAssembly Standard Capabilities - Codec Underneath [waxosuit](https://waxosuit.io) lies a WebAssembly RPC mechanism based on raw binary message exchange between the Wasm guest module and the host runtime. This crate contains protocol buffer types and helper methods for the well-known messages and operations that Waxosuit must support out of the box, including **messaging**, **key-value store**, and **HTTP client/server**. _NOTE_: Version *0.1.0* was a breaking change to the public interface between Wasm guest module and host. You should not be using anything earlier than that. This project is in its infancy and more documentation is forthcoming.