Global compilation state in Wasmtime. More...
#include <wasmtime.hh>
Public Member Functions | |
Engine () | |
Creates an engine with default compilation settings. | |
Engine (Config config) | |
Creates an engine with the specified compilation settings. | |
void | increment_epoch () const |
Increments the current epoch which may result in interrupting currently executing WebAssembly in connected stores if the epoch is now beyond the configured threshold. | |
Global compilation state in Wasmtime.
Created with either default configuration or with a specified instance of configuration, an Engine
is used as an umbrella "session" for all other operations in Wasmtime.