wasi-c2: rewrite wasi-common in terms of system-interface
This commit is contained in:
8
crates/wasi-c2/src/lib.rs
Normal file
8
crates/wasi-c2/src/lib.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
mod ctx;
|
||||
mod error;
|
||||
mod file;
|
||||
pub mod snapshots;
|
||||
pub mod table;
|
||||
|
||||
pub use ctx::WasiCtx;
|
||||
pub use error::Error;
|
||||
Reference in New Issue
Block a user