summaryrefslogtreecommitdiff
path: root/src/common.rs
blob: 3599211a01fe5e92400fd49c9c1a4102d7b7e2c0 (plain)
1
2
3
4
5
6
7
8
#[cfg(target_arch = "wasm32")]
pub mod client;

#[cfg(not(target_arch = "wasm32"))]
pub mod overlay;

#[cfg(not(target_arch = "wasm32"))]
pub mod server;