| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wasm-tools-1.255.0-wasm32-wasip1.tar.gz | 2026-07-30 | 3.7 MB | |
| wasm-tools-1.255.0-x86_64-linux.tar.gz | 2026-07-30 | 5.9 MB | |
| wasm-tools-1.255.0-x86_64-macos.tar.gz | 2026-07-30 | 5.5 MB | |
| wasm-tools-1.255.0-x86_64-musl.tar.gz | 2026-07-30 | 6.2 MB | |
| wasm-tools-1.255.0-x86_64-windows.zip | 2026-07-30 | 4.6 MB | |
| wasm-tools-1.255.0-aarch64-linux.tar.gz | 2026-07-30 | 6.0 MB | |
| wasm-tools-1.255.0-aarch64-macos.tar.gz | 2026-07-30 | 5.1 MB | |
| wasm-tools-1.255.0-aarch64-musl.tar.gz | 2026-07-30 | 6.0 MB | |
| wasm-tools-1.255.0-aarch64-windows.zip | 2026-07-30 | 4.3 MB | |
| wasm-tools-1.255.0-riscv64-linux.tar.gz | 2026-07-30 | 6.4 MB | |
| README.md | 2026-07-30 | 1.3 kB | |
| v1.255.0 source code.tar.gz | 2026-07-30 | 5.7 MB | |
| v1.255.0 source code.zip | 2026-07-30 | 9.4 MB | |
| Totals: 13 Items | 68.8 MB | 5 | |
What's Changed
- Fix generating deeply nested WIT types in
wit-smithby @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2576 - wasm-tools mutate: validate the input module before mutating by @SAY-5 in https://github.com/bytecodealliance/wasm-tools/pull/2577
- link tag imports to exports instead of synthesizing tags by @dicej in https://github.com/bytecodealliance/wasm-tools/pull/2580
- Fix folded branch hints by @vouillon in https://github.com/bytecodealliance/wasm-tools/pull/2578
- support cooperative multithreading ABI in
wit_component::linkingby @dicej in https://github.com/bytecodealliance/wasm-tools/pull/2581 - avoid calling
__wasm_init_taskmore than once ininitmodule by @dicej in https://github.com/bytecodealliance/wasm-tools/pull/2582 - Support
__wasm_{g,s}et_{tls_base,stack_pointer}inwit-componentby @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2584 - fix table resolution for
thread.new-indirectintrinsic calls by @dicej in https://github.com/bytecodealliance/wasm-tools/pull/2585 - Release wasm-tools 1.255.0 by @github-actions[bot] in https://github.com/bytecodealliance/wasm-tools/pull/2586
Full Changelog: https://github.com/bytecodealliance/wasm-tools/compare/v1.254.0...v1.255.0