7#ifndef WASMTIME_ENGINE_H
8#define WASMTIME_ENGINE_H
WASM_API_EXTERN wasm_engine_t * wasmtime_engine_clone(wasm_engine_t *engine)
Create a new reference to the same underlying engine.
WASM_API_EXTERN bool wasmtime_engine_is_pulley(wasm_engine_t *engine)
Returns whether this engine is using the Pulley interpreter to execute WebAssembly code.
WASM_API_EXTERN void wasmtime_engine_increment_epoch(wasm_engine_t *engine)
Increments the engine-local epoch variable.
Compilation environment and configuration.