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