An iOS calculator clone for the web, created using rust that is compiled into WebAssembly.
This project comprises of 2 parts:
- web - A web application built using Vite that creates the UI of the calculator.
- wasm-ios-calculator - A rust workspace that includes libraries for creating the WebAssembly calculator model.