| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wasm-tools-1.253.0-x86_64-windows.zip | 2026-07-07 | 4.6 MB | |
| wasm-tools-1.253.0-wasm32-wasip1.tar.gz | 2026-07-07 | 3.8 MB | |
| wasm-tools-1.253.0-x86_64-linux.tar.gz | 2026-07-07 | 6.0 MB | |
| wasm-tools-1.253.0-x86_64-macos.tar.gz | 2026-07-07 | 5.8 MB | |
| wasm-tools-1.253.0-x86_64-musl.tar.gz | 2026-07-07 | 6.3 MB | |
| wasm-tools-1.253.0-aarch64-linux.tar.gz | 2026-07-07 | 6.0 MB | |
| wasm-tools-1.253.0-aarch64-macos.tar.gz | 2026-07-07 | 5.4 MB | |
| wasm-tools-1.253.0-aarch64-musl.tar.gz | 2026-07-07 | 6.0 MB | |
| wasm-tools-1.253.0-aarch64-windows.zip | 2026-07-07 | 4.3 MB | |
| wasm-tools-1.253.0-riscv64-linux.tar.gz | 2026-07-07 | 6.4 MB | |
| README.md | 2026-07-07 | 2.3 kB | |
| v1.253.0 source code.tar.gz | 2026-07-07 | 5.6 MB | |
| v1.253.0 source code.zip | 2026-07-07 | 9.3 MB | |
| Totals: 13 Items | 69.5 MB | 2 | |
What's Changed
- Limit the element count of fixed-length lists by @eyupcanakman in https://github.com/bytecodealliance/wasm-tools/pull/2537
- wasmparser: Rename BinaryReaderError to Error by @lann in https://github.com/bytecodealliance/wasm-tools/pull/2546
- fix: signature lowering for strings and lists on modules with 64bit memory by @christoph-dfinity in https://github.com/bytecodealliance/wasm-tools/pull/2544
- json-from-wast: name emitted files after the output stem by @eyupcanakman in https://github.com/bytecodealliance/wasm-tools/pull/2542
- Refactor
KebabStrto not require unsafe code by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2548 - Add CustomSectionReader -> BinaryReader conversion by @WorldSEnder in https://github.com/bytecodealliance/wasm-tools/pull/2550
- wasmparser: Add Error::missing_wasm_feature by @lann in https://github.com/bytecodealliance/wasm-tools/pull/2549
- fix: use ptr-sized type when returning via ptr indirection under memory64 by @christoph-dfinity in https://github.com/bytecodealliance/wasm-tools/pull/2553
- Synchronize threading intrinsics with specification by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2554
- Remove
resource.drop asyncby @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2552 - Initial work for
versionsuffixandexternal-idby @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2555 - Make parsing errors downcastable by @PhoebeSzmucer in https://github.com/bytecodealliance/wasm-tools/pull/2557
- Add
SourceMap::resolve_spanfor resolving global span locations by @PhoebeSzmucer in https://github.com/bytecodealliance/wasm-tools/pull/2559 - Render error by @PhoebeSzmucer in https://github.com/bytecodealliance/wasm-tools/pull/2560
- Support
external-idon more items by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2558 - Release wasm-tools 1.253.0 by @github-actions[bot] in https://github.com/bytecodealliance/wasm-tools/pull/2561
New Contributors
- @christoph-dfinity made their first contribution in https://github.com/bytecodealliance/wasm-tools/pull/2544
Full Changelog: https://github.com/bytecodealliance/wasm-tools/compare/v1.252.0...v1.253.0