1#[cfg(not(target_family = "wasm"))] 2mod openxr; 3#[cfg(not(target_family = "wasm"))] 4pub use openxr::*;