Move preopen_dir handlers from wasmtime to wasi-common

This commit is contained in:
Jakub Konka
2019-06-04 08:02:01 +02:00
committed by Dan Gohman
parent 9a66400cd8
commit c113ff32e6
3 changed files with 29 additions and 2 deletions

View File

@@ -29,3 +29,4 @@ pub mod memory;
pub mod wasm32;
pub use ctx::{WasiCtx, WasiCtxBuilder};
pub use sys::preopen_dir;