Skip to content

Commit c7c0b58

Browse files
authored
Merge pull request #5428 from wasmerio/release-6.0.0-alpha.2
Release 6.0.0-alpha.2
2 parents 81bd316 + 04f48a4 commit c7c0b58

File tree

34 files changed

+446
-416
lines changed

34 files changed

+446
-416
lines changed

.github/workflows/test.yaml

+200-196
Large diffs are not rendered by default.

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,32 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C
88

99
## **Unreleased**
1010

11+
## 6.0.0-alpha.2 - 25/02/2025
12+
13+
This second alpha release notably fixes an out-of-bound memory access when
14+
using LLVM on aarch64. Furthermore, it adds proper support for the
15+
`posix_spawn` function without a need for asyncify.
16+
17+
## Added
18+
19+
- [#5426](https://github.com/wasmerio/wasmer/pull/5426) Add proper posix_spawn support without needing asyncify
20+
21+
## Changed
22+
23+
- [#5425](https://github.com/wasmerio/wasmer/pull/5425) chore: Update build docs
24+
- [#5418](https://github.com/wasmerio/wasmer/pull/5418) chore: Bump `webc` version to `8.0.0`
25+
- [#5408](https://github.com/wasmerio/wasmer/pull/5408) Updated registry token on integration test workflow
26+
- [#5414](https://github.com/wasmerio/wasmer/pull/5414) LLVM: Use `Default` and `Static` code model and reloc mode when targeting Mach-O
27+
- [#5409](https://github.com/wasmerio/wasmer/pull/5409) Properly close vfork FDs if exec is not called, report subprocess traps
28+
29+
## Fixed
30+
31+
- [#5420](https://github.com/wasmerio/wasmer/pull/5420) Fix manually inserting an FD at the first free index in FdList
32+
- [#5419](https://github.com/wasmerio/wasmer/pull/5419) fix(singlepass): Don't panic on `funcref` types
33+
- [#5410](https://github.com/wasmerio/wasmer/pull/5410) fix(ci): bump cache@v2 to cache@v3, temporarily disable test.yaml
34+
35+
36+
1137
## 6.0.0-alpha.1 - 18/02/2025
1238

1339
This alpha release adds support for multiple heterogeneous backends to be

0 commit comments

Comments
 (0)