Trait wasmtime_wasi::preview2::WasiView

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

Required Methods§

source

fn table(&mut self) -> &mut ResourceTable

source

fn ctx(&mut self) -> &mut WasiCtx

Implementors§