From 5d8521632976f43414d1cb0d4cc1eac9589b756e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Wed, 13 Jan 2021 05:05:37 +0100 Subject: [PATCH] also reexport WasiDir from wasmtime_wasi --- crates/wasi-c2/wasmtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasi-c2/wasmtime/src/lib.rs b/crates/wasi-c2/wasmtime/src/lib.rs index b3b02cae1a..527f6502ca 100644 --- a/crates/wasi-c2/wasmtime/src/lib.rs +++ b/crates/wasi-c2/wasmtime/src/lib.rs @@ -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.