We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cranelift
1 parent fa21ba3 commit f093eb8Copy full SHA for f093eb8
packages/vm/Cargo.toml
@@ -31,6 +31,10 @@ stargate = ["cosmwasm-std/stargate"]
31
# For heap profiling. Only used in the "heap_profiling" example.
32
dhat-heap = ["dep:dhat"]
33
34
+# Legacy no-op feature. This is kept for compatibility with older contracts.
35
+# Delete this with the next major release.
36
+cranelift = []
37
+
38
[lib]
39
# See https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
40
bench = false
0 commit comments