| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wazero_1.8.1_windows_amd64.msi | 2024-10-05 | 2.2 MB | |
| wazero_1.8.1_windows_amd64.zip | 2024-10-05 | 2.1 MB | |
| wazero_1.8.1_checksums.txt | 2024-10-05 | 681 Bytes | |
| wazero_1.8.1_darwin_amd64.tar.gz | 2024-10-05 | 2.0 MB | |
| wazero_1.8.1_darwin_arm64.tar.gz | 2024-10-05 | 1.9 MB | |
| wazero_1.8.1_linux_amd64.tar.gz | 2024-10-05 | 2.0 MB | |
| wazero_1.8.1_linux_arm64.tar.gz | 2024-10-05 | 1.8 MB | |
| README.md | 2024-10-03 | 846 Bytes | |
| v1.8.1 source code.tar.gz | 2024-10-03 | 4.0 MB | |
| v1.8.1 source code.zip | 2024-10-03 | 7.0 MB | |
| Totals: 10 Items | 23.2 MB | 0 | |
Hiya folks - another small wazero release v1.8.1 has arrived! This time is mainly about bug fixes thanks to the community members!
Bug fixes
- 111c51a1 Fix descriptor.Table buffer growth calc (#2311) by @emcfarlane
- b468adaf compiler: ResolveImportedFunction should infer the typeID from the importing module (#2314) @evacchi
- dc058c07 sysfs: reopening file doesn't update fd (#2319) @ncruces
Behavioral changes
- 178eefe8 sysfs: disallow absolute symlinks (#2324) @ncruces - this is for better security.
- 1353ca24 experimental: allow custom memory allocator Reallocate to fail (#2315) @ncruces
Examples fixes
- 58488880 Show close for concurrent-instantiation example (#2309) @emcfarlane
- 51aba370 example: fixes deallocate error in Rust (#2327) @mathetake thanks to the report by @thacoon
Enjoy! š