Hi. In order to import functions, I write something like
instance = Instance(store, module, [a,b, c])
But is there a possibility to pass the dictionary and not the array in order to set mapping between WASM functions and mine?
@Kyrylo Volkov for that you'll want to use Linker
and later Linker::instantiate
for instantiation
Last updated: Nov 22 2024 at 16:03 UTC