Wasmtime
wasmtime::ExnRef Class Reference

A WebAssembly exception object. More...

#include <_exnref_class.hh>

Detailed Description

A WebAssembly exception object.

Exception objects carry a tag and a set of field values. They are allocated on the GC heap within a store.

This type owns its underlying wasmtime_exnref_t handle. When it goes out of scope the handle is freed.


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