I'm working on a C++ project and need to utilize the functionality of a existing JavaScript library.
Essentially, I need a way to:
Could you recommend specific libraries, techniques, or approaches for it (except emscripten - I can't use it for some reasons)?
Yes it is possible that you can run the javascript in your c++ code but you need a javascript engine like V8 Maybe this will help you a lot.