Release 2.14b
For this release:
- Previous releases built the debug version of Antimony which would occasionally raise ASSERTs. This release was compiled with the release version.
- Added a simplified wrapper to the release. Added a AntimonyWrapper class which resides in the antimony_wrap.js file. Now you can use two methods:
convertAntimonyToSBML( antimonyString )
andconvertSBMLToAntimony( SBMLString )
. See docs for more information. - Used -sSINGLE_FILE flag to incorporate the .wasm file into the .js file.