sched: re-export the wasi types used for times and events

This commit is contained in:
Pat Hickey
2020-09-14 16:27:49 -07:00
parent 6db24fd08f
commit 66ba582bba
3 changed files with 18 additions and 18 deletions

View File

@@ -29,8 +29,8 @@ pub mod fs;
mod handle;
pub mod old;
mod path;
mod poll;
mod sandboxed_tty_writer;
pub(crate) mod sched;
pub mod snapshots;
mod string_array;
mod sys;