diff --git a/host/src/filesystem.rs b/host/src/filesystem.rs index d4f9dfb9318b..6acfdf64c3b6 100644 --- a/host/src/filesystem.rs +++ b/host/src/filesystem.rs @@ -176,6 +176,10 @@ impl wasi_filesystem::WasiFilesystem for WasiCtx { todo!() } + fn close(&mut self, fd: wasi_filesystem::Descriptor) -> anyhow::Result<()> { + todo!() + } + fn readlink_at( &mut self, fd: wasi_filesystem::Descriptor,