wasmtime-java icon indicating copy to clipboard operation
wasmtime-java copied to clipboard

Feature request module imports

Open bpajama opened this issue 3 years ago • 1 comments

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 avatar Mar 13 '22 15:03 bpajama

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

BjoernAkAManf avatar May 03 '22 12:05 BjoernAkAManf