pub trait WasiFilesystemView: Send { // Required method fn filesystem(&mut self) -> WasiFilesystemCtxView<'_>; }