Warlock DPS simulator for Classic WoW WOTLK written in React Typescript and C++ compiled into WebAssembly.
git clone https://github.com/Kristoferhh/WarlockSimulatorWOTLK.git
cd WarlockSimulatorWOTLK
npm install
npm start
Emscripten SDK to compile the C++ code into WebAssembly
Compile the C++ code by running the make
command in the root directory of the project