Wasmtime: C++
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Public Member Functions | List of all members
wasmtime::Engine Class Reference

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.
 

Detailed Description

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.

Examples
externref.cc, gcd.cc, hello.cc, interrupt.cc, linking.cc, and memory.cc.

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