Crates.io | wascap-codec |
lib.rs | wascap-codec |
version | 0.1.1 |
source | src |
created_at | 2019-06-20 19:36:40.438351 |
updated_at | 2019-09-03 12:48:35.18023 |
description | Encoding and decoding primitives for the wascap WebAssembly libraries |
homepage | |
repository | |
max_upload_size | |
id | 142398 |
size | 29,505 |
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.