mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-30 10:15:40 +01:00
6 lines
166 B
Rust
6 lines
166 B
Rust
#[cfg(all(feature = "wallet", target_arch = "wasm32"))]
|
|
pub mod wallet;
|
|
|
|
#[cfg(all(feature = "wallet", target_arch = "wasm32"))]
|
|
pub use wallet::RexieWalletDatabase;
|