Check out the emulator online here!
This project is built using CMake. Make sure CMake is installed on your computer (or that CMake can do find_package(SDL2 REQUIRED)
without errors).
Clone the repo, then on your machine do:
mkdir bin
cmake ..
make
Wrangling Emscripten, CMake, and SDL2 was a terrible challenge, one that I barely managed to do and that I have no reproducible steps for. Good luck!