Wasmtime
types/val.hh File Reference
#include <memory>
#include <ostream>
#include <wasm.h>
#include <wasmtime/types/_structref_class.hh>
#include <wasmtime/types/_val_class.hh>
#include <wasmtime/types/arrayref.hh>
#include <wasmtime/types/exnref.hh>
#include <wasmtime/types/func.hh>
#include <wasmtime/types/val.h>
#include <wasmtime/val.h>

Go to the source code of this file.

Data Structures

class  wasmtime::HeapType
 Representation of a heap type in WebAssembly. More...
 
class  wasmtime::RefType
 Representation of a reference type in WebAssembly. More...
 

Functions

std::ostream & wasmtime::operator<< (std::ostream &os, const HeapType &e)
 Used to print a HeapType.
 
std::ostream & wasmtime::operator<< (std::ostream &os, const RefType &e)
 Used to print a RefType.
 
std::ostream & wasmtime::operator<< (std::ostream &os, const ValType &e)
 Used to print a ValType.