js-executor provides a thread pool model for executing JavaScript code in parallel, running each engine instance in a native OS thread, and supports pluggable engine backends (such as QuickJS, Goja, ...
This project serves as a demonstration of JavaScript thread blocking behavior in React Native. The app features a "Jammer" button that intentionally blocks the main JavaScript thread for 10 seconds, ...