1 2 3 4 5 6
#![cfg(not(target_arch = "wasm32"))] // Exposed for testing only // Both unit tests and integration tests are compiled to native code, so everything in here does not need to compile to Wasm. pub mod mock;