Skip to content

Commit

Permalink
wasi-common: export WasiCtxBuilderError
Browse files Browse the repository at this point in the history
  • Loading branch information
pchickey committed Apr 13, 2020
1 parent 328de8b commit 03cb2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasi-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ mod sys;
mod virtfs;
pub mod wasi;

pub use ctx::{WasiCtx, WasiCtxBuilder};
pub use ctx::{WasiCtx, WasiCtxBuilder, WasiCtxBuilderError};
pub use sys::preopen_dir;
pub use virtfs::{FileContents, VirtualDirEntry};

0 comments on commit 03cb2ca

Please sign in to comment.