Releases: jonathanharg/binaryen.py
Releases · jonathanharg/binaryen.py
v117.1.1
v117.1.0
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
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
- No longer need to install binaryen library (doesn't work on Windows)
v0.0.1
First release of binaryen.py.