cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

JavaScript bindings: build them automatically #968

Open agarny opened 3 years ago

agarny commented 3 years ago

Right now, if we want to build the JavaScript bindings, we must do it "manually" (following the instructions), which is not ideal. So, it would be good to have a way to build them "automatically" in the same way that we can build the Python bindings. (FWIW, I have done it for libOpenCOR, so it can be done.)