Wasmtime
error.hh File Reference
#include <memory>
#include <optional>
#include <string>
#include <variant>
#include <wasmtime/error.h>

Go to the source code of this file.

Data Structures

class  wasmtime::Error
 Errors coming from Wasmtime. More...
 
class  wasmtime::Result< T, E >
 Fallible result type used for Wasmtime. More...
 

Functions

std::ostream & wasmtime::operator<< (std::ostream &os, const Error &e)
 Used to print an error.