Is there a good way to call methods in a c++ library from JavaScript?

95 views Asked by At

I have an .exe built from an HTML5/JavaScript project using Adobe Air, and a .lib file created from a c++ project. Is there a good way to call the methods in the .lib file from JavaScript?

0

There are 0 answers