Wasmtime
engine.h
Go to the documentation of this file.
1
7#ifndef WASMTIME_ENGINE_H
8#define WASMTIME_ENGINE_H
9
10#include <wasm.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
28WASM_API_EXTERN void wasmtime_engine_increment_epoch(wasm_engine_t *engine);
29
30#ifdef __cplusplus
31} // extern "C"
32#endif
33
34#endif // WASMTIME_ENGINE_H
void wasmtime_engine_increment_epoch(wasm_engine_t *engine)
Increments the engine-local epoch variable.
Compilation environment and configuration.