//! WASM Frontend for Calculator
//!
//! This module provides the WebAssembly bindings for the calculator,
//! demonstrating 100% test coverage across platform boundaries.
//!
//! Probar: Balanced testing - Balanced testing across TUI and WASM
pub use BrowserCalculator;
pub use WasmCalculator;
pub use ;
pub use WasmDriver;
pub use ;