wasmtime: add build-time option for parallel compilation (#1903)
When running in embedded environments, threads creation is sometimes undesirable. This adds a feature to toggle wasmtime's internal thread creation for parallel compilation.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2417,6 +2417,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.12.1",
|
||||
"bincode",
|
||||
"cfg-if",
|
||||
"cranelift-codegen",
|
||||
"cranelift-entity",
|
||||
"cranelift-frontend",
|
||||
|
||||
Reference in New Issue
Block a user