Skip to content
Snippets Groups Projects
Commit d94027ed authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Enable wasmtime for aarch64 as well (#10367)

parent 6a8c22aa
No related merge requests found
......@@ -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",
] }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment