Sounds like its using Mozilla’s Emscripten compiler, so you write the code in C++, for example, and compile to the SIMD javascript.
Perhaps there might be critical sections (which slow down games) of the engine code which can to re-written in C++ and compiled as javascript, and used everywhere.