Project Details
A small C and WebAssembly project focused on number conversion.
I built this piece as part of my portfolio to show the full path from lower-level logic in C to a browser-based interface that people can actually use and evaluate.
- 2 Two conversion paths shown in one interface.
- C Core conversion logic written in C, then compiled for the web.
- 32-bit Input length and validation reflect the limits of this implementation.