wasm-tokio 0.5.0

Streaming WebAssembly codec based on Tokio
Documentation
1
2
3
4
5
6
7
8
mod core;
pub use core::{AsyncReadCore, AsyncWriteCore, CoreNameEncoder};
pub use leb128_tokio::{AsyncReadLeb128, AsyncWriteLeb128, Leb128Encoder};
pub use utf8_tokio::{AsyncReadUtf8, AsyncWriteUtf8, Utf8Codec};

pub mod cm;

pub use tokio;