quickjs meets jit
This is a fork of QuickJS that just-in-time compiles JavaScript code to native machine code.
QuickJS compiles JavaScript to bytecode. QuickJIT then takes the bytecode, translates it to C and compiles it with tcc.
QuickJIT has the same license as QuickJS. tcc is LGPL.