Skip to content

Releases: trail-of-forks/wasm-tob

v1.0.2.pre1

19 May 17:19
e2f0b1d
Compare
Choose a tag to compare
v1.0.2.pre1 Pre-release
Pre-release

What's Changed

  • workflows: use trusted publishing with PyPI by @woodruffw in #5

New Contributors

Full Changelog: v1.0.1...v1.0.2.pre1

v1.0.1

05 Apr 22:32
d096ed3
Compare
Choose a tag to compare

No code changes.

Updated project metadata and documentation after moving GitHub repository from trailofbits organization to trail-of-forks organization.

v1.0.0

19 Jan 15:17
3c55e93
Compare
Choose a tag to compare

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 to wasm_tob to avoid namespace collisions.
  • Converted setup.py to pyproject.toml.

Fixed

  • Compatibility with Python 3.10+. Project tested with Python 3.7 to 3.11.