Wasmtime
|
#include <any>
#include <memory>
#include <optional>
#include <wasmtime/conf.h>
#include <wasmtime/engine.hh>
#include <wasmtime/error.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... | |