Cheerp is a C++ to WebAssembly / JavaScript compiler. The code is transformed and optimized ahead of time, and the resulting files can then be included in your webpage to be executed client side in any browser.
Interested in checking how the integration works? You are in the right place, this page includes some examples of basic to advanced Cheerp usage. Want to know more about how it works under the hood? Open you favorite browser’s developer tools and inspect how it works.
C++ CLASSES/FREE FUNCTIONS TIED TO DOM EVENTS