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 exit_code: u32,
    /* private fields */
}

Fields§

§args: Vec<String>§exit_code: u32