Skip to content

Commit 3a8b7d7

Browse files
authored
Merge pull request #2260 from CosmWasm/aw/remove-cranelift
Remove the `cranelift` features
2 parents faaabb9 + dc0cd62 commit 3a8b7d7

File tree

31 files changed

+16
-1989
lines changed

31 files changed

+16
-1989
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,16 @@ and this project adheres to
5454
unbounded. ([#2247])
5555
- cosmwasm-vm: Upgrade Wasmer to 4.3.7; Bump `MODULE_SERIALIZATION_VERSION` to
5656
"v20". ([#2255])
57+
- cosmwasm-vm: Effectively remove the `cranelift` feature. It still exists but
58+
is only a no-op for semver compatibility. It will now unconditionally use the
59+
singlepass compiler. ([#2260])
5760

5861
[#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118
5962
[#2211]: https://github.com/CosmWasm/cosmwasm/issues/2211
6063
[#2246]: https://github.com/CosmWasm/cosmwasm/pull/2246
6164
[#2247]: https://github.com/CosmWasm/cosmwasm/pull/2247
6265
[#2255]: https://github.com/CosmWasm/cosmwasm/pull/2255
66+
[#2260]: https://github.com/CosmWasm/cosmwasm/pull/2260
6367

6468
## [2.1.3] - 2024-08-08
6569

Cargo.lock

Lines changed: 0 additions & 136 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/burner/Cargo.lock

Lines changed: 0 additions & 136 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)