Wasmtime
wasmtime::ExnType Class Reference

Owned handle to a WebAssembly exception type definition. More...

#include <exnref.hh>

Public Member Functions

TagType tag_type () const
 Returns the tag type associated with this exception type.
 

Static Public Member Functions

static Result< ExnTypecreate (const Engine &engine, const std::initializer_list< ValType > &params)
 Creates a new exception type with the given parameter types.
 

Detailed Description

Owned handle to a WebAssembly exception type definition.


The documentation for this class was generated from the following file: