ccxvii / mujs

An embeddable Javascript interpreter in C.
http://mujs.com/
ISC License
794 stars 96 forks source link

MuJS compiling JS into a file opcode #188

Closed edbek closed 7 months ago

edbek commented 7 months ago

Does MuJS have a function for compiling JS into a file with opcode? And then is it possible to download such a file and execute it as opcode (example QuickJS) to increase work speed?

ccxvii commented 7 months ago

No, the internal byte code is not serializable.