Simple Node.js/Express calculator app.
- For all future changes, use orange buttons.
Operations are implemented in separate modules under public/js/operations/ (client) and routes/ (server). Each operation follows the project's established computational patterns — see existing implementations for reference. Server-side operations use the WASM pipeline in routes/ (see square.js for the canonical example). The WAT source and compilation approach are documented inline.