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