Skip to content
Merged
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
sp-wasm-interface: wasmtime should not be enabled by std
  • Loading branch information
bkchr committed Apr 2, 2024
commit ad3b4dfd764be778b93ce0cfe48001dd7eebe0a7
2 changes: 1 addition & 1 deletion substrate/primitives/wasm-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ anyhow = { version = "1.0.81", optional = true }

[features]
default = ["std"]
std = ["codec/std", "log/std", "wasmtime"]
std = ["codec/std", "log/std"]
wasmtime = ["anyhow", "dep:wasmtime"]