add wasmtime adapter and stdio wrappers

the stdio wrappers will not work on windows, but thats a whole other can
of worms anyway
This commit is contained in:
Pat Hickey
2020-12-11 15:00:19 -08:00
parent 73058658f4
commit 22db10e643
8 changed files with 238 additions and 0 deletions

View File

@@ -5,7 +5,10 @@ mod dir;
mod error;
mod file;
pub mod snapshots;
pub mod stdio;
pub mod table;
pub use ctx::WasiCtx;
pub use dir::{DirCaps, WasiDir};
pub use error::Error;
pub use file::{FileCaps, WasiFile};