libcellml icon indicating copy to clipboard operation
libcellml copied to clipboard

CMake: make it easier to build libCellML's WebAssembly

Open agarny opened this issue 1 year ago • 0 comments

To build libCellML's WebAssembly currently requires doing quite a few things "by hand" while it would be much easier if all that someone had to do was to set something like -DBINDINGS_JAVASCRIPT=ON when configuring CMake (i.e. as we do with passing -DBINDINGS_PYTHON=ON when wanting to generate Python bindings) and then have something like ninja javascript_bindings to build everything that is needed to get libCellML's WebAssembly.

agarny avatar Apr 07 '24 11:04 agarny