wascap-codec

Crates.iowascap-codec
lib.rswascap-codec
version0.1.1
sourcesrc
created_at2019-06-20 19:36:40.438351
updated_at2019-09-03 12:48:35.18023
descriptionEncoding and decoding primitives for the wascap WebAssembly libraries
homepage
repository
max_upload_size
id142398
size29,505
Kevin Hoffman (autodidaddict)

documentation

https://docs.rs/wascap-codec

README

crates.io  travis  license

WebAssembly Standard Capabilities - Codec

Underneath waxosuit 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.

Commit count: 0

cargo fmt