Releases: trail-of-forks/wasm-tob
Releases · trail-of-forks/wasm-tob
v1.0.2.pre1
What's Changed
- workflows: use trusted publishing with PyPI by @woodruffw in #5
New Contributors
- @woodruffw made their first contribution in #5
Full Changelog: v1.0.1...v1.0.2.pre1
v1.0.1
v1.0.0
Initial release after forking https://github.com/athre0z/wasm project. Previous CHANGELOG and commits since last previous release
Added
- Add
--decode-names
arg to wasmdump (by @athre0z and unreleased from original project) - Add support of wasm
section_id==12
(DataCountSection) (by @athre0z and unreleased from original project) - GitHub Actions CI/CD for testing and publishing.
Changed
- Renamed Python package references from
wasm
towasm_tob
to avoid namespace collisions. - Converted
setup.py
topyproject.toml
.
Fixed
- Compatibility with Python 3.10+. Project tested with Python 3.7 to 3.11.