| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wazero_1.10.1_checksums.txt | 2025-11-11 | 590 Bytes | |
| wazero_1.10.1_darwin_amd64.tar.gz | 2025-11-11 | 2.1 MB | |
| wazero_1.10.1_darwin_arm64.tar.gz | 2025-11-11 | 2.0 MB | |
| wazero_1.10.1_linux_amd64.tar.gz | 2025-11-11 | 2.1 MB | |
| wazero_1.10.1_linux_arm64.tar.gz | 2025-11-11 | 1.9 MB | |
| wazero_1.10.1_windows_amd64.zip | 2025-11-11 | 2.2 MB | |
| README.md | 2025-11-09 | 1.2 kB | |
| v1.10.1 source code.tar.gz | 2025-11-09 | 4.1 MB | |
| v1.10.1 source code.zip | 2025-11-09 | 7.2 MB | |
| Totals: 9 Items | 21.7 MB | 0 | |
Hiya again! We're releasing wazero v1.10.1 to fix [#2444].
This small change that was breaking the release process was picked up and flagged by sum.golang.org. We're sorry for any inconvenience this caused.
There were no other changes, so the changelog since v1.9.0 covers everything that's relevant.
Experimental Features
- 5dd247b6 Concurrent Wasm compilation (#2381) @davidmdm
- 481bac90 Tail-call proposal (#2403) @evacchi
Behavioral changes
- 70ea0062 Use Go 1.25 and require Go 1.23 (#2419) @mathetake
- b94a4307 Always use W^X if possible for security (#2429) @ncruces
Bug fixes
- 26d5f5eb arm64: Account for imported funcs in the branch to a relocation island (#2387) @evacchi
- 82181973, fc438ce6 WASI fixes (#2412, [#2415]) @QuLogic
- 7d48ca57 Introduce reference counting for compiled modules (#2427) @burak-ok
- 514cdb33 Fix getisar0 SIGILL on old Linux kernels running on ARM64 (#2439) @deluan
Optimizations
- 242ae911 Optimize/streamline fill operations (#2395) @ncruces
- 7e756723 Eliminate repeated allocations in compiler (#2430) @MaanasSathaye