aboutsummaryrefslogtreecommitdiff
path: root/src/sys/shell/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/shell/mod.rs')
-rw-r--r--src/sys/shell/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sys/shell/mod.rs b/src/sys/shell/mod.rs
index 7e1533f..8a3175f 100644
--- a/src/sys/shell/mod.rs
+++ b/src/sys/shell/mod.rs
@@ -7,7 +7,9 @@ macro_rules! os_required {
mod selector;
pub(crate) use self::selector::{event, Event, Events, Selector};
+#[cfg(not(target_os = "wasi"))]
mod waker;
+#[cfg(not(target_os = "wasi"))]
pub(crate) use self::waker::Waker;
cfg_net! {