wasmedge-sdk 0.14.0

WasmEdge Runtime is a high-performance, extensible, and hardware optimized WebAssembly Virtual Machine for automotive, cloud, AI, and blockchain applications.
1
2
3
4
5
6
7
8
pub mod import;
pub mod vm;

pub use wasmedge_sys::r#async::module::AsyncInstance;
pub mod wasi {
    pub use async_wasi;
    pub use wasmedge_sys::r#async::AsyncWasiModule;
}