Add wasmi::Linker::func_wrap
method
#663
Labels
wasmtime-mirror
Issue for a use case of a missing API that exists in Wasmtime.
wasmi::Linker::func_wrap
method
#663
This allows to define host functions for a
Linker
without the need to associate them to aStore
and enable cross-store sharing of those host functions.This feature request came up first in #657 (comment). Note the explanation of
Linker::define
confusion: #657 (comment)cc @flavio
The text was updated successfully, but these errors were encountered: