| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wasm-tools-1.254.0-wasm32-wasip1.tar.gz | 2026-07-20 | 3.7 MB | |
| wasm-tools-1.254.0-x86_64-linux.tar.gz | 2026-07-20 | 5.9 MB | |
| wasm-tools-1.254.0-x86_64-macos.tar.gz | 2026-07-20 | 5.5 MB | |
| wasm-tools-1.254.0-x86_64-musl.tar.gz | 2026-07-20 | 6.2 MB | |
| wasm-tools-1.254.0-x86_64-windows.zip | 2026-07-20 | 4.6 MB | |
| wasm-tools-1.254.0-aarch64-linux.tar.gz | 2026-07-20 | 6.0 MB | |
| wasm-tools-1.254.0-aarch64-macos.tar.gz | 2026-07-20 | 5.1 MB | |
| wasm-tools-1.254.0-aarch64-musl.tar.gz | 2026-07-20 | 6.0 MB | |
| wasm-tools-1.254.0-aarch64-windows.zip | 2026-07-20 | 4.3 MB | |
| wasm-tools-1.254.0-riscv64-linux.tar.gz | 2026-07-20 | 6.4 MB | |
| README.md | 2026-07-20 | 1.7 kB | |
| v1.254.0 source code.tar.gz | 2026-07-20 | 5.7 MB | |
| v1.254.0 source code.zip | 2026-07-20 | 9.4 MB | |
| Totals: 13 Items | 68.8 MB | 0 | |
What's Changed
- Reject out-of-range NaN payloads and bare type-index value types by @vouillon in https://github.com/bytecodealliance/wasm-tools/pull/2563
- Implement upstream spec changes for component text syntax by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2562
- wasmparser: require result equivalence for
(on $t switch)handler by @vouillon in https://github.com/bytecodealliance/wasm-tools/pull/2564 - Prevent unbounded recursion when parsing WITs by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2565
- Add a parse recurse limit to
wasm-waveby @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2566 - wasm-metadata: Place a limit on decompression size by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2567
- Fix limiting 32-bit tables with
wasm-smithby @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2569 - Validate component model type depth by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2570
- Fix requiring
reallocforasync-lowered results-with-pointers by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2572 - Call
__wasm_init_taskfor_initializehook by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2574 - Release wasm-tools 1.254.0 by @github-actions[bot] in https://github.com/bytecodealliance/wasm-tools/pull/2575
New Contributors
- @vouillon made their first contribution in https://github.com/bytecodealliance/wasm-tools/pull/2563
Full Changelog: https://github.com/bytecodealliance/wasm-tools/compare/v1.253.0...v1.254.0