exec.js (922 bytes) is a low latency javascript code runner that enables to isolate and abort javascript code execution, including setTimeout/setInterval, promises and Fetch requests. It supports all ...
* Worker thread for JavaScript execution via QuickJS. * Keeps QuickJS loaded and handles multiple execution requests. * Defense-in-depth activates AFTER QuickJS loads (WASM init needs unrestricted JS) ...