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
13
extern
"C"
{
14
#endif
15
22
WASM_API_EXTERN
wasm_engine_t
*
wasmtime_engine_clone
(
wasm_engine_t
*engine);
23
36
WASM_API_EXTERN
void
wasmtime_engine_increment_epoch
(
wasm_engine_t
*engine);
37
38
#ifdef __cplusplus
39
}
// extern "C"
40
#endif
41
42
#endif
// WASMTIME_ENGINE_H
wasmtime_engine_clone
wasm_engine_t * wasmtime_engine_clone(wasm_engine_t *engine)
Create a new reference to the same underlying engine.
wasmtime_engine_increment_epoch
void wasmtime_engine_increment_epoch(wasm_engine_t *engine)
Increments the engine-local epoch variable.
wasm_engine_t
Compilation environment and configuration.
wasm.h
target
c-api
include
wasmtime
engine.h
Generated by
1.9.3