Trait wasmtime_wasi::preview2::WasiView
source · pub trait WasiView: Send {
// Required methods
fn table(&self) -> &Table;
fn table_mut(&mut self) -> &mut Table;
fn ctx(&self) -> &WasiCtx;
fn ctx_mut(&mut self) -> &mut WasiCtx;
}