Wasmtime
store.hh File Reference
#include <any>
#include <memory>
#include <optional>
#include <wasmtime/conf.h>
#include <wasmtime/engine.hh>
#include <wasmtime/error.hh>
#include <wasmtime/helpers.hh>
#include <wasmtime/store.h>
#include <wasmtime/wasi.hh>

Go to the source code of this file.

Data Structures

class  wasmtime::Store
 Owner of all WebAssembly objects. More...
 
class  wasmtime::Store::Context
 An interior pointer into a Store. More...
 

Enumerations

enum class  wasmtime::DeadlineKind { Continue = WASMTIME_UPDATE_DEADLINE_CONTINUE , Yield = WASMTIME_UPDATE_DEADLINE_YIELD }
 An enum for the behavior before extending the epoch deadline. More...
 

Enumeration Type Documentation

◆ DeadlineKind

enum class wasmtime::DeadlineKind
strong

An enum for the behavior before extending the epoch deadline.

Enumerator
Continue 

Directly continue to updating the deadline and executing WebAssembly.

Yield 

Yield control (via async support) then update the deadline.