WASM Calculator
This calculator uses WASM to perform calculations. It is built using Rust and compiled into WASM using wasm-pack.
Calculator Key Bindings
Key | Action |
---|---|
0-9 | Enter numbers |
. | Decimal point |
+, -, *, / | Mathematical operations |
=, Enter | Calculate result |
C, Escape | Clear display |
Backspace | Delete last character |
% | Percent conversion |