webpage
based on calc from OG SA which does not include new charts sadly http://skillattack.com/sa4/information/
sample:

this is for me so i dont forget in the future. to build run after modifying cpp run:
cd ~/Projects/skill_attack.github.io
emcc main.cpp calcs/calc.cpp \
-I. \
-O3 \
-s WASM=1 \
-s MODULARIZE=1 \
-s 'EXPORT_NAME="createModule"' \
--bind \
-o js/sa_processor.js