This is a fun project that I did to learn behind the scene of javascript and it's limited if you run it, it will parse and iterate the code and show you step by step what will happen when you call async, and sync functions
git clone https://github.com/amirho1/JavaScript-Runtime-Environment.gitbun installbun devopen your http://localhost:3000 you will see the project
this runtime only handles async await, function, and setTimeout it was written for educational purpose