node created 2018/12/15
 3 years ago

QuickJS

by Fabrice Bellard & Charlie Gordon
very compact Javascript engine and compiler
 3 years ago

QuickJS

by Fabrice Bellard & Charlie Gordon
very compact Javascript engine and compiler
 5 years ago

JsExe

JsExe is a demo-oriented JavaScript compressor. It takes as input a standalone JavaScript source file and produces an HTML source file which executes a JavaScript with the same behaviour as the input one. JsExe aims to produce the smallest HTML file, using the best combination of compression tricks, such as embedding JS code in a PNG image.