Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 530 Bytes

File metadata and controls

11 lines (6 loc) · 530 Bytes

Calculator

Simple Node.js/Express calculator app.

Style guide

  • For all future changes, use orange buttons.

Architecture

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.