Skip to content

Commit

Permalink
Merge pull request #2260 from CosmWasm/aw/remove-cranelift
Browse files Browse the repository at this point in the history
Remove the `cranelift` features
  • Loading branch information
aumetra authored Sep 24, 2024
2 parents faaabb9 + dc0cd62 commit 3a8b7d7
Show file tree
Hide file tree
Showing 31 changed files with 16 additions and 1,989 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,16 @@ and this project adheres to
unbounded. ([#2247])
- cosmwasm-vm: Upgrade Wasmer to 4.3.7; Bump `MODULE_SERIALIZATION_VERSION` to
"v20". ([#2255])
- cosmwasm-vm: Effectively remove the `cranelift` feature. It still exists but
is only a no-op for semver compatibility. It will now unconditionally use the
singlepass compiler. ([#2260])

[#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118
[#2211]: https://github.com/CosmWasm/cosmwasm/issues/2211
[#2246]: https://github.com/CosmWasm/cosmwasm/pull/2246
[#2247]: https://github.com/CosmWasm/cosmwasm/pull/2247
[#2255]: https://github.com/CosmWasm/cosmwasm/pull/2255
[#2260]: https://github.com/CosmWasm/cosmwasm/pull/2260

## [2.1.3] - 2024-08-08

Expand Down
136 changes: 0 additions & 136 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

136 changes: 0 additions & 136 deletions contracts/burner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a8b7d7

Please sign in to comment.