Wasmtime: C++
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
wasmtime::Caller Class Reference

Structure provided to host functions to lookup caller information or acquire a Store::Context. More...

#include <wasmtime.hh>

Public Member Functions

std::optional< Externget_export (std::string_view name)
 
Store::Context context ()
 Explicitly acquire a Store::Context from this Caller.
 

Detailed Description

Structure provided to host functions to lookup caller information or acquire a Store::Context.

This structure is passed to all host functions created with Func. It can be used to create a Store::Context.

Member Function Documentation

◆ get_export()

std::optional< Extern > wasmtime::Caller::get_export ( std::string_view  name)
inline

Attempts to load an exported item from the calling instance.

For more information see the Rust documentation - https://docs.wasmtime.dev/api/wasmtime/struct.Caller.html#method.get_export


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