|
Wasmtime
|
#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... | |
|
strong |