1 2 3 4 5 6 7
#![feature(box_syntax)] #[cfg(feature = "wasm")] pub mod wasm; #[cfg(not(feature = "wasm"))] pub mod default;