Structure provided to host functions to lookup caller information or acquire a Store::Context
.
More...
#include <wasmtime.hh>
Public Member Functions | |
std::optional< Extern > | get_export (std::string_view name) |
Store::Context | context () |
Explicitly acquire a Store::Context from this Caller . | |
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
.
|
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