Make the main wasi
module cfg(not(doc))
.
This commit is contained in:
parent
0208fca342
commit
e66e263544
@ -41,6 +41,10 @@
|
||||
#[cfg(any(target_os = "linux", target_os = "l4re"))]
|
||||
pub mod linux;
|
||||
|
||||
#[cfg(not(doc))]
|
||||
#[cfg(target_os = "wasi")]
|
||||
pub mod wasi;
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
pub mod android;
|
||||
#[cfg(target_os = "dragonfly")]
|
||||
@ -71,7 +75,5 @@
|
||||
pub mod solaris;
|
||||
#[cfg(target_os = "vxworks")]
|
||||
pub mod vxworks;
|
||||
#[cfg(target_os = "wasi")]
|
||||
pub mod wasi;
|
||||
|
||||
pub mod raw;
|
||||
|
Loading…
Reference in New Issue
Block a user