MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / parallel_compilation

Method parallel_compilation

crates/wasmtime/src/config.rs:2116–2119  ·  view source on GitHub ↗
(&mut self, parallel: bool)

Source from the content-addressed store, hash-verified

2114 /// By default parallel compilation is enabled.
2115 #[cfg(feature = "parallel-compilation")]
2116 pub fn parallel_compilation(&mut self, parallel: bool) -> &mut Self {
2117 self.parallel_compilation = parallel;
2118 self
2119 }
2120
2121 /// Configures whether compiled artifacts will contain information to map
2122 /// native program addresses back to the original wasm module.

Callers 2

validate_deterministicFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected