Skip to content

Commit

Permalink
Enable wasmtime for aarch64 as well (paritytech#10367)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored and ark0f committed Feb 27, 2023
1 parent 0f979b7 commit 2cdf416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ frame-benchmarking-cli = { version = "4.0.0-dev", optional = true, path = "../..
node-inspect = { version = "0.9.0-dev", optional = true, path = "../inspect" }
try-runtime-cli = { version = "0.10.0-dev", optional = true, path = "../../../utils/frame/try-runtime/cli" }

[target.'cfg(target_arch="x86_64")'.dependencies]
[target.'cfg(any(target_arch="x86_64", target_arch="aarch64"))'.dependencies]
node-executor = { version = "3.0.0-dev", path = "../executor", features = [
"wasmtime",
] }
Expand Down

0 comments on commit 2cdf416

Please sign in to comment.