Extract common interface from lucet-wasi
This commit is contained in:
8
src/lib.rs
Normal file
8
src/lib.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
pub mod ctx;
|
||||
pub mod fdentry;
|
||||
pub mod host;
|
||||
pub mod hostcalls;
|
||||
pub mod memory;
|
||||
pub mod wasm32;
|
||||
|
||||
pub use ctx::{WasiCtx, WasiCtxBuilder};
|
||||
Reference in New Issue
Block a user