Wasmtime
|
#include <import.hh>
Public Member Functions | |
Ref (const wasm_importtype_t *ptr) | |
Creates a new reference from the raw underlying C API representation. | |
std::string_view | module () |
Returns the module name associated with this import. | |
std::string_view | name () |
Returns the field name associated with this import. | |
Friends | |
class | ExternType |
Non-owning reference to an ImportType
, must not be used after the original owner is deleted.