//! `cow-browser-wallet` — EIP-1193 browser wallet adapter and WASM bindings.
//!
//! This is an **orthogonal** crate in the workspace: it does not belong to
//! any of the architecture layers L0..L6 because it adapts the native SDK
//! surface to a browser/WASM environment.
//!
//! # Submodules
//!
//! - [`wallet`] — [`BrowserWallet`](wallet::BrowserWallet) adapter around an EIP-1193 provider,
//! plus [`MockBrowserWallet`](wallet::MockBrowserWallet) for testing.
//! - [`wasm`] — `wasm-bindgen` exports for browser/Node.js usage (enabled via the `wasm` feature
//! flag).