wasmedge_sys/async/
mod.rs

1
2
3
4
5
6
7
8
//! Defines `async` related types.

pub mod fiber;
pub mod function;
pub mod module;

pub use async_wasi;
pub use module::AsyncWasiModule;