Skip to content

Version 117.0.0

Compare
Choose a tag to compare
@jonathanharg jonathanharg released this 08 Mar 15:19
· 11 commits to main since this release

Binaryen.py v117.0.0

First major public release πŸŽ‰

  • Binaryen.py is now statically compiled, no need to have binaryen already installed
  • Now supports Windows, no more import errors
  • Added and improved Literals
  • Support for Operations
  • Added more types such as HeapTypes, ArrayTypes, StructTypes, and SignatureTypes
  • Various module features including arrays and strings
  • Many other improvements