Skip to main content

pawkit_futures/
lib.rs

1#[cfg(not(target_arch = "wasm32"))]
2mod native;
3
4#[cfg(not(target_arch = "wasm32"))]
5pub use native::*;