mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
fix wasm32
This commit is contained in:
parent
794089c802
commit
36f0320a2f
@ -40,6 +40,7 @@ pub mod log_thru;
|
|||||||
pub mod must_join_handle;
|
pub mod must_join_handle;
|
||||||
pub mod must_join_single_future;
|
pub mod must_join_single_future;
|
||||||
pub mod mutable_future;
|
pub mod mutable_future;
|
||||||
|
#[cfg(not(target_arch = "wasm32"))]
|
||||||
pub mod network_interfaces;
|
pub mod network_interfaces;
|
||||||
pub mod network_result;
|
pub mod network_result;
|
||||||
pub mod random;
|
pub mod random;
|
||||||
@ -183,6 +184,7 @@ pub use must_join_single_future::*;
|
|||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use mutable_future::*;
|
pub use mutable_future::*;
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
|
#[cfg(not(target_arch = "wasm32"))]
|
||||||
pub use network_interfaces::*;
|
pub use network_interfaces::*;
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use network_result::*;
|
pub use network_result::*;
|
||||||
|
Loading…
Reference in New Issue
Block a user