From 20bb4b211e7d5d65f03f25ff6e84f42ad4896c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Wed, 13 Jan 2021 05:10:28 +0100 Subject: [PATCH] Also reexport Error 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 527f6502ca..915205db41 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, WasiDir}; +pub use wasi_c2::{Error, WasiCtx, WasiCtxBuilder, WasiDir}; // Defines a `struct Wasi` with member fields and appropriate APIs for dealing // with all the various WASI exports.