Awesome
Cheerp: A C++ compiler for the Web
Please report bugs on GitHub: https://github.com/leaningtech/cheerp-meta/issues
Cheerp Utilities installation
cd $CHEERP_SRC/cheerp-utils
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/cheerp ..
make install