which is just okay u.u"
And yeah you miss a lot about C++.
It's "native", so it can run anywhere, literally.
Ypu can acxess your C++ lib from any environment, you manage memory as you like (which is essential for my many projects, especially my unique pet project), you can create optimized single-executables, write one codebase maybe with some ifdefs and you have code that you compile literally on anywhere. For example, my cryptolib runs on Windows, Linux and Android from single codebase.
I've written a simple desktop GUI in ImGui with full encryption support, all features of my cryptolib, fonts and icons included it's about ~900kb single static executable, just put it into your USB and use it anywhere.