Wasmtime
|
Object used to conveniently link together and instantiate wasm modules. More...
#include <linker.h>
Object used to conveniently link together and instantiate wasm modules.
This type corresponds to the wasmtime::Linker
type in Rust. This type is intended to make it easier to manage a set of modules that link together, or to make it easier to link WebAssembly modules to WASI.
A wasmtime_linker_t is a higher level way to instantiate a module than wasm_instance_new since it works at the "string" level of imports rather than requiring 1:1 mappings.