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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user