GitHub - aheinze/ScriptLite: An ECMAScript (ES5/ES6 subset) bytecode-compiled interpreter in PHPRead post
ScriptLite is a sandboxed ECMAScript (ES5/ES6 subset) interpreter written in PHP, designed to safely embed user-provided scripts in PHP applications. It supports three execution backends: a native C extension (~178x faster than the PHP VM), a PHP bytecode VM with 62 opcodes, and a PHP transpiler that leverages OPcache/JIT (~40x
1 Comment
Sort: