wasmtime-java
wasmtime-java copied to clipboard
Feature request module imports
I would like to humbly request exposing the Module imports function that lists the required imports for a Module. I'll give a try adding it myself and put in a PR if I'm successful.
It looks like the functionality I'm looking for is provided by the func_wrap, and instantiate methods on the Linker.
@bpajama this should have been addressed by https://github.com/kawamuray/wasmtime-java/pull/31 right?