|
Wasmtime
|
#include <memory>#include <optional>#include <wasm.h>#include <wasmtime/error.hh>#include <wasmtime/memory.h>Go to the source code of this file.
Data Structures | |
| class | wasmtime::MemoryType |
| Type information about a WebAssembly linear memory. More... | |
| class | wasmtime::MemoryType::Ref |
Non-owning reference to a MemoryType, must not be used after the original owner has been deleted. More... | |
| class | wasmtime::MemoryType::Builder |
Helper class to build a MemoryType. More... | |