Skip to content

Commit

Permalink
Merge pull request #1502 from bytecodealliance/pch/wasi_common_export…
Browse files Browse the repository at this point in the history
…_error

wasi-common: export `WasiCtxBuilderError`
  • Loading branch information
Pat Hickey authored Apr 13, 2020
2 parents 4d34c22 + 03cb2ca commit 1d0b956
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 @@ -35,6 +35,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 1d0b956

Please sign in to comment.