Skip to content

v1.0.0

Compare
Choose a tag to compare
@ekilmer ekilmer released this 19 Jan 15:17
· 4 commits to master since this release
3c55e93

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.