Skip to content

Commit

Permalink
Also disable vtune to remove depedency on ittapi which has a signific…
Browse files Browse the repository at this point in the history
…ant effect on compile times.
  • Loading branch information
Pombal committed Aug 27, 2023
1 parent fcf1e35 commit 26b92aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ http = { version = "0.2.9" }
#
# WASM
#
wasmtime = { version = "11.0.1", default-features = false, features = ["cranelift", "component-model"] }
wasmtime = { version = "11.0.1", default-features = false, features = ["async", "wat", "jitdump", "parallel-compilation", "cranelift", "pooling-allocator", "component-model"] }
wasmtime-wasi = "11.0.1"
wasi-cap-std-sync = "11.0.1"
wasi-common = "11.0.1"
Expand Down

0 comments on commit 26b92aa

Please sign in to comment.