wasi-c2: rewrite wasi-common in terms of system-interface

This commit is contained in:
Pat Hickey
2020-11-17 15:23:26 -08:00
parent efe7f37542
commit b87908de9b
11 changed files with 801 additions and 1 deletions

View 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;