Wasmtime
|
#include <optional>
#include <wasmtime/store.hh>
#include <wasmtime/types/val.hh>
#include <wasmtime/val.h>
#include <wasmtime/func.hh>
Go to the source code of this file.
Data Structures | |
class | wasmtime::ExternRef |
Representation of a WebAssembly externref value. More... | |
class | wasmtime::AnyRef |
Representation of a WebAssembly anyref value. More... | |
struct | wasmtime::V128 |
Container for the v128 WebAssembly type. More... | |
class | wasmtime::Val |
Representation of a generic WebAssembly value. More... | |