Skip to content

Release 2.14b

Compare
Choose a tag to compare
@bartjuw bartjuw released this 27 Mar 16:09
· 12 commits to main since this release
7a2b619

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 )and convertSBMLToAntimony( SBMLString ). See docs for more information.
  • Used -sSINGLE_FILE flag to incorporate the .wasm file into the .js file.