Add --disable-parallel-compilation CLI flag (#4911)

This commit is contained in:
Cheng Shao
2022-09-16 17:33:20 +02:00
committed by GitHub
parent cbd2efd236
commit f5580954af
2 changed files with 9 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ default = [
"wasmtime/cranelift",
"wasmtime/jitdump",
"wasmtime/vtune",
"wasmtime/parallel-compilation",
]
pooling-allocator = []
memory-init-cow = []