1#[cfg(not(target_arch = "wasm32"))] 2pub mod logger; 3 4#[cfg(target_arch = "wasm32")] 5pub mod logger_wasm;