Skip to content

Commit c8763bc

Browse files
authored
Merge pull request #2472 from CosmWasm/co/upgrade-wasmer5
Update to wasmer 5.0.6
2 parents 02673cd + 1c83dae commit c8763bc

File tree

18 files changed

+462
-5309
lines changed

18 files changed

+462
-5309
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ jobs:
12291229
command: |
12301230
apk update
12311231
# needed for grcov and compiling tests
1232-
apk add --no-cache mold clang curl llvm19-dev zlib-static clang19-static lcov
1232+
apk add --no-cache mold clang curl llvm19-dev clang19-static lcov
12331233
- run:
12341234
name: Install cargo-llvm-cov and cargo-nextest
12351235
command: |

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ and this project adheres to
7878
- cosmwasm-std: Remove export of `ExternalApi`, `ExternalQuerier` and
7979
`ExternalStorage` as those are only needed by export implementations in
8080
cosmwasm-std. ([#2467])
81+
- cosmwasm-vm: Update wasmer to 5.0.6. ([#2472])
8182
- cosmwasm-std: Add a new `exports` feature which needs to be enabled for the
8283
primary cosmwasm_std dependency of a contract.
8384

@@ -120,6 +121,7 @@ and this project adheres to
120121
[#2454]: https://github.com/CosmWasm/cosmwasm/pull/2454
121122
[#2458]: https://github.com/CosmWasm/cosmwasm/pull/2458
122123
[#2467]: https://github.com/CosmWasm/cosmwasm/pull/2467
124+
[#2472]: https://github.com/CosmWasm/cosmwasm/pull/2472
123125

124126
## [2.2.0] - 2024-12-17
125127

0 commit comments

Comments
 (0)