Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 583 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 583 Bytes

WASM-IOS-CALC

Crates.io version

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.