JS-CMP
0.0.1
JS-CMP is a transpiler that converts JavaScript code to C++ code to make it run faster.
|
JS-CMP is a transpiler that converts JavaScript code into C++ code, and then compiles the generated C++ code into a binary. It enables JavaScript developers to leverage the performance of C++ by converting their JavaScript codebases into optimized executables. The project is written in C++ and uses Boost libraries.
Ensure that you have git
, cmake
and g++
or another C++ compiler installed on your system.
Debian-based:
Arch-based:
Fedora:
icu4c may need to be linked manually if not automatically detected by CMake:
To transpile a JavaScript file and execute the resulting binary:
JS-CMP currently supports Linux and macOS platforms. While it may be possible to build on Windows using tools like WSL or Cygwin, official support and testing have not been provided for Windows environments. Contributions for Windows compatibility are welcome.
Organization: https://github.com/JS-CMP