1 2 3 4
#[cfg(not(target_family = "wasm"))] pub mod native; #[cfg(target_family = "wasm")] pub mod wasm;