kawamuray / wasmtime-java

Java or JVM-language binding for Wasmtime
Apache License 2.0
127 stars 29 forks source link

Feature request module imports #30

Open bpajama opened 2 years ago

bpajama commented 2 years ago

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.

BjoernAkAManf commented 2 years ago

@bpajama this should have been addressed by https://github.com/kawamuray/wasmtime-java/pull/31 right?