also reexport WasiDir from wasmtime_wasi

This commit is contained in:
Léo Gaspard
2021-01-13 05:05:37 +01:00
parent 2e035be60a
commit 5d85216329

View File

@@ -1,4 +1,4 @@
pub use wasi_c2::{WasiCtx, WasiCtxBuilder};
pub use wasi_c2::{WasiCtx, WasiCtxBuilder, WasiDir};
// Defines a `struct Wasi` with member fields and appropriate APIs for dealing
// with all the various WASI exports.