This is the complete list of members for wasmtime::Linker, including all inherited members.
allow_shadowing(bool allow) | wasmtime::Linker | inline |
define(Store::Context cx, std::string_view module, std::string_view name, const Extern &item) | wasmtime::Linker | inline |
define_instance(Store::Context cx, std::string_view name, Instance instance) | wasmtime::Linker | inline |
define_wasi() | wasmtime::Linker | inline |
func_new(std::string_view module, std::string_view name, const FuncType &ty, F &&f) | wasmtime::Linker | inline |
func_wrap(std::string_view module, std::string_view name, F &&f) | wasmtime::Linker | inline |
get(Store::Context cx, std::string_view module, std::string_view name) | wasmtime::Linker | inline |
get_default(Store::Context cx, std::string_view name) | wasmtime::Linker | inline |
instantiate(Store::Context cx, const Module &m) | wasmtime::Linker | inline |
Linker(Engine &engine) | wasmtime::Linker | inlineexplicit |
module(Store::Context cx, std::string_view name, const Module &m) | wasmtime::Linker | inline |