Wasmtime
wasm_config_t Struct Reference

Global engine configuration. More...

#include <doc-wasm.h>

Detailed Description

Global engine configuration.

This structure represents global configuration used when constructing a wasm_engine_t. There are now functions to modify this from wasm.h but the wasmtime/config.h header provides a number of Wasmtime-specific functions to tweak configuration options.

This object is created with wasm_config_new.

Configuration is safe to share between threads. Typically you'll create a config object and immediately pass it into wasm_engine_new_with_config, however.

For more information about configuration see the Rust documentation as well at https://bytecodealliance.github.io/wasmtime/api/wasmtime/struct.Config.html.


The documentation for this struct was generated from the following file: