c-api: add wasm_config_parallel_compilation_set (#5298)
This commit is contained in:
committed by
GitHub
parent
86acb9a438
commit
e7cb82af89
@@ -200,6 +200,14 @@ WASMTIME_CONFIG_PROP(void, wasm_memory64, bool)
|
||||
*/
|
||||
WASMTIME_CONFIG_PROP(void, strategy, wasmtime_strategy_t)
|
||||
|
||||
/**
|
||||
* \brief Configure wether wasmtime should compile a module using multiple threads.
|
||||
*
|
||||
* For more information see the Rust documentation at
|
||||
* https://docs.wasmtime.dev/api/wasmtime/struct.Config.html#method.parallel_compilation.
|
||||
*/
|
||||
WASMTIME_CONFIG_PROP(void, parallel_compilation, bool)
|
||||
|
||||
/**
|
||||
* \brief Configures whether Cranelift's debug verifier is enabled.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user