Skip to content

Commit

Permalink
Enable Cranelift's timing feature in wasmtime-cranelift (bytecodealli…
Browse files Browse the repository at this point in the history
…ance#9375)

This makes it useful to help debug slow compilations on a per-function
basis.
  • Loading branch information
alexcrichton authored Oct 4, 2024
1 parent 79da845 commit a772164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cranelift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workspace = true
anyhow = { workspace = true }
log = { workspace = true }
wasmtime-environ = { workspace = true, features = ['compile'] }
cranelift-codegen = { workspace = true, features = ["host-arch"] }
cranelift-codegen = { workspace = true, features = ["host-arch", "timing"] }
cranelift-frontend = { workspace = true }
cranelift-entity = { workspace = true }
cranelift-native = { workspace = true }
Expand Down

0 comments on commit a772164

Please sign in to comment.