Skip to content

Releases: jonathanharg/binaryen.py

v117.1.1

26 Apr 12:21
890e209
Compare
Choose a tag to compare

What's Changed

  • fix: Updated is_basic types

Full Changelog: v117.1.0...v117.1.1

v117.1.0

21 Apr 20:32
b223b2d
Compare
Choose a tag to compare

What's Changed

  • feat: Support for global variables
  • feat: You can now get the type of a variable at runtime with binaryen.type.to_str(type)
  • fix: Fixed argument types for literals
  • fix: Various fixes with FunctionRef

Full Changelog: v117.0.0...v117.1.0

Version 117.0.0

08 Mar 15:19
Compare
Choose a tag to compare

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

v0.0.2

01 Oct 16:51
Compare
Choose a tag to compare
  • No longer need to install binaryen library (doesn't work on Windows)

v0.0.1

29 Sep 10:58
Compare
Choose a tag to compare

First release of binaryen.py.