Wasmtime
|
Non-owning reference to an ExportType
.
More...
#include <export.hh>
Public Member Functions | |
Ref (const wasm_exporttype_t *ptr) | |
Creates a new reference from the raw underlying C API representation. | |
std::string_view | name () |
Returns the name of this export. | |
Friends | |
class | ExternType |
Non-owning reference to an ExportType
.
Note to get type information you can use ExternType::from_export
.