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.