Wasmtime
|
Go to the source code of this file.
Data Structures | |
class | wasmtime::ValType |
Type information about a WebAssembly value. More... | |
class | wasmtime::ValType::Ref |
Non-owning reference to a ValType , must not be used after the original ValType is deleted. More... | |
class | wasmtime::ValType::ListRef |
Non-owning reference to a list of ValType instances. Must not be used after the original owner is deleted. More... | |
Macros | |
#define | WASMTIME_FOR_EACH_VAL_KIND(X) |
Enumerations | |
enum class | wasmtime::ValKind { I32 , I64 , F32 , F64 , V128 , ExternRef , FuncRef , AnyRef } |
Different kinds of types accepted by Wasmtime. More... | |
Functions | |
std::ostream & | wasmtime::operator<< (std::ostream &os, const ValKind &e) |
Used to print a ValKind. | |
#define WASMTIME_FOR_EACH_VAL_KIND | ( | X | ) |
Helper X macro to construct statement for each enumerator in ValKind
. X(enumerator in ValKind
, name string, enumerator in wasm_valkind_t
)
|
strong |
Different kinds of types accepted by Wasmtime.