|
6 | 6 |
|
7 | 7 | ## **Unreleased** |
8 | 8 |
|
| 9 | +## 7.2.0-alpha.1 - 09/04/2026 |
| 10 | + |
| 11 | +## Added |
| 12 | + |
| 13 | + - [#6371](https://github.com/wasmerio/wasmer/pull/6371) chore: disable flaky test, address clippy warning |
| 14 | + - [#1591](https://github.com/wasmerio/wasmer/pull/1591) Add release workflow |
| 15 | + - [#6373](https://github.com/wasmerio/wasmer/pull/6373) feat(runtime): Add cache eviction method to BuiltinPackageLoader |
| 16 | + |
| 17 | +## Changed |
| 18 | + |
| 19 | + - [#6075](https://github.com/wasmerio/wasmer/pull/6075) Experimental support for interruptable wasm computation |
| 20 | + - [#6389](https://github.com/wasmerio/wasmer/pull/6389) feat(Singlepass): correct wasmer_vm_x function types, use RISC-V calling conv |
| 21 | + - [#6415](https://github.com/wasmerio/wasmer/pull/6415) test: recover tests under threads proposal |
| 22 | + - [#6394](https://github.com/wasmerio/wasmer/pull/6394) chore: split 12K LOC function translate_operator |
| 23 | + - [#6361](https://github.com/wasmerio/wasmer/pull/6361) ci: start using yamlfmt |
| 24 | + - [#6369](https://github.com/wasmerio/wasmer/pull/6369) deps: update dependencies |
| 25 | + - [#6379](https://github.com/wasmerio/wasmer/pull/6379) ci: unify job name nomenclature |
| 26 | + - [#6390](https://github.com/wasmerio/wasmer/pull/6390) chore(Singlepass): smaller refactoring changes |
| 27 | + - [#1645](https://github.com/wasmerio/wasmer/pull/1645) Remove install script from wasmer repo |
| 28 | + - [#6386](https://github.com/wasmerio/wasmer/pull/6386) build: drop dependency on homebrew |
| 29 | + - [#6385](https://github.com/wasmerio/wasmer/pull/6385) chore(Cranelift): drop FuncEnvironment trait |
| 30 | + - [#6383](https://github.com/wasmerio/wasmer/pull/6383) ci: include full source tarball |
| 31 | + - [#6363](https://github.com/wasmerio/wasmer/pull/6363) chore: use Linux/macOS newline style |
| 32 | + - [#6375](https://github.com/wasmerio/wasmer/pull/6375) build: move binary blobs to a separate git repository |
| 33 | + - [#1622](https://github.com/wasmerio/wasmer/pull/1622) Prepare for 1.0.0-alpha3 release |
| 34 | + - [#6377](https://github.com/wasmerio/wasmer/pull/6377) size-check pooled stacks on pop to prevent undersized reuse |
| 35 | + - [#6380](https://github.com/wasmerio/wasmer/pull/6380) feat(runtime): Allow disabling automatic in-memory cache in BuiltinPackageLoader |
| 36 | + - [#6293](https://github.com/wasmerio/wasmer/pull/6293) feat: use hash-based signature checks for indirect calls |
| 37 | + - [#6372](https://github.com/wasmerio/wasmer/pull/6372) ci: use latest wasixcc job action |
| 38 | + - [#6374](https://github.com/wasmerio/wasmer/pull/6374) Expose stack pool drain and stack size getters |
| 39 | + - [#6348](https://github.com/wasmerio/wasmer/pull/6348) feat(Cranelift): use call to wasmer_vm_raise_trap for Unreachable |
| 40 | + - [#6295](https://github.com/wasmerio/wasmer/pull/6295) Simplify and generalize runtime macros |
| 41 | + - [#6356](https://github.com/wasmerio/wasmer/pull/6356) chore: replace rustc-demangle with symbolic-demangle |
| 42 | + - [#6137](https://github.com/wasmerio/wasmer/pull/6137) chore: use WASMER_REPRODUCIBLE_BUILD for reproducible builds |
| 43 | + - [#6290](https://github.com/wasmerio/wasmer/pull/6290) feat: embed local `Globals` and funcref `Table` in `VMContext` (v2) |
| 44 | + - [#6342](https://github.com/wasmerio/wasmer/pull/6342) chore: lint C and C++ source files by clang-format |
| 45 | + - [#6332](https://github.com/wasmerio/wasmer/pull/6332) deps: bump Cranelift to 0.130.0 |
| 46 | + |
| 47 | +## Fixed |
| 48 | + |
| 49 | + - [#6365](https://github.com/wasmerio/wasmer/pull/6365) ci: make napi-v8 opt-in + fix header file installation |
| 50 | + - [#6413](https://github.com/wasmerio/wasmer/pull/6413) fix(Wasmi): keep one Engine for all Stores/Instances |
| 51 | + - [#6393](https://github.com/wasmerio/wasmer/pull/6393) fix(WAMR): do not call from_raw_parts for null pointer |
| 52 | + - [#6370](https://github.com/wasmerio/wasmer/pull/6370) feat: readonly fixed funcref Table |
| 53 | + - [#6376](https://github.com/wasmerio/wasmer/pull/6376) Fix Global borrow conflicts, middleware lifetimes, and error routing |
| 54 | + - [#6382](https://github.com/wasmerio/wasmer/pull/6382) fix(c-api): use Option types for nullable C-API parameters (v2) |
| 55 | + - [#6378](https://github.com/wasmerio/wasmer/pull/6378) fix(macOS): port the code to macOS |
| 56 | + - [#6362](https://github.com/wasmerio/wasmer/pull/6362) ci: fix clang-format for NAPI |
| 57 | + |
| 58 | + |
| 59 | + |
9 | 60 | ## 7.1.0 - 27/03/2026 |
10 | 61 |
|
11 | 62 | This release includes: |
|
0 commit comments