I recently improved support for 64-bit integers in Cheerp, a C/C++ to WebAssembly/JavaScript compiler. In this post I will explain why supporting 64-bit integers requires special attention, what Cheerp used to do in the past, why the current situation is better, and what we will be able to do in…