wasm-bus 1.1.0

Invocation bus for web assembly modules
1
2
3
4
5
mod runtime;
mod waker;

pub use runtime::*;
pub use waker::*;