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