wasm-tokio 0.1.7

Streaming WebAssembly codec based on Tokio
Documentation
1
2
3
4
5
6
mod core;
pub use core::{AsyncReadCore, AsyncWriteCore, CoreStringEncoder, Leb128Encoder};

pub mod cm;

pub use tokio;