Skip to content

Update to wasmer 5.0.6 #2472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ jobs:
command: |
apk update
# needed for grcov and compiling tests
apk add --no-cache mold clang curl llvm19-dev zlib-static clang19-static lcov
apk add --no-cache mold clang curl llvm19-dev clang19-static lcov
- run:
name: Install cargo-llvm-cov and cargo-nextest
command: |
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ and this project adheres to
- cosmwasm-std: Remove export of `ExternalApi`, `ExternalQuerier` and
`ExternalStorage` as those are only needed by export implementations in
cosmwasm-std. ([#2467])
- cosmwasm-vm: Update wasmer to 5.0.6. ([#2472])
- cosmwasm-std: Add a new `exports` feature which needs to be enabled for the
primary cosmwasm_std dependency of a contract.

Expand Down Expand Up @@ -120,6 +121,7 @@ and this project adheres to
[#2454]: https://github.com/CosmWasm/cosmwasm/pull/2454
[#2458]: https://github.com/CosmWasm/cosmwasm/pull/2458
[#2467]: https://github.com/CosmWasm/cosmwasm/pull/2467
[#2472]: https://github.com/CosmWasm/cosmwasm/pull/2472

## [2.2.0] - 2024-12-17

Expand Down
Loading
Loading