Type Alias wasmedge_sys::WasiCtx
source · pub type WasiCtx = WasiCtx;Available on crate feature
async and Linux only.Expand description
Type of wasi context that is used to configure the wasi environment.
Aliased Type§
struct WasiCtx {
pub args: Vec<String>,
pub io_state: IoState,
pub exit_code: u32,
/* private fields */
}Fields§
§args: Vec<String>§io_state: IoState§exit_code: u32