Also reexport Error from wasmtime_wasi

This commit is contained in:
Léo Gaspard
2021-01-13 05:10:28 +01:00
parent 5d85216329
commit 20bb4b211e

View File

@@ -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 // Defines a `struct Wasi` with member fields and appropriate APIs for dealing
// with all the various WASI exports. // with all the various WASI exports.