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: Dec 06 2025 at 06:05 UTC