Skip to content

Commit a7ba893

Browse files
authored
Enable parallel-compilation CLI feature from wasmtime-fuzzing (#10165)
Turns out our request to disable parallel compilation was being ignored because we weren't enabling the right crate feature. Let's enable it so it doesn't get ignored while fuzzing.
1 parent 9ff20b0 commit a7ba893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/fuzzing/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ features = [
5050
'pooling-allocator',
5151
'pulley',
5252
'threads',
53+
'parallel-compilation',
5354
]
5455

5556
# We rely on precompiled v8 binaries, but rusty-v8 doesn't have a precompiled

0 commit comments

Comments
 (0)