c-api: add wasm_config_parallel_compilation_set (#5298)
This commit is contained in:
committed by
GitHub
parent
86acb9a438
commit
e7cb82af89
@@ -1275,9 +1275,11 @@ impl Config {
|
||||
Ok(self)
|
||||
}
|
||||
|
||||
/// Configure wether wasmtime should compile a module using multiple threads.
|
||||
/// Configure wether wasmtime should compile a module using multiple
|
||||
/// threads.
|
||||
///
|
||||
/// Disabling this will result in a single thread being used to compile the wasm bytecode.
|
||||
/// Disabling this will result in a single thread being used to compile
|
||||
/// the wasm bytecode.
|
||||
///
|
||||
/// By default parallel compilation is enabled.
|
||||
#[cfg(feature = "parallel-compilation")]
|
||||
|
||||
Reference in New Issue
Block a user