Skip to content

Commit

Permalink
Enable pulley in wasmtime-bench-api
Browse files Browse the repository at this point in the history
Makes it easier to compare Pulley runtime by-default.
  • Loading branch information
alexcrichton committed Dec 19, 2024
1 parent a179f95 commit 457d01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bench-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ doctest = false
anyhow = { workspace = true }
shuffling-allocator = { version = "1.1.1", optional = true }
target-lexicon = { workspace = true }
wasmtime = { workspace = true, default-features = true, features = ["winch"] }
wasmtime = { workspace = true, default-features = true, features = ["winch", 'pulley'] }
wasmtime-cli-flags = { workspace = true, default-features = true, features = [
"cranelift",
] }
Expand Down

0 comments on commit 457d01b

Please sign in to comment.