kawamuray / wasmtime-java

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

Few questions #46

Open mudlee opened 1 year ago

mudlee commented 1 year ago
kawamuray commented 1 year ago

do you plan to support M1/M2 mac?

Current status: https://github.com/kawamuray/wasmtime-java/issues/36

can you make this jar modularized?

You mean Java module (module-info.java)? I think there's no issue supporting modules in this project, we don't even have to giveup java8 support according to https://stackoverflow.com/questions/54115591/can-i-use-module-info-java-if-target-level-is-8 .

mudlee commented 1 year ago

I see, all right.

Regarding to the module: yes, I meant Java module. It's a bit cumbersome to use this in a java project which is modularised. For eg. JavaFX projects generated by IntelliJ are modularised by default.

For the second, one can do a workaround, but the first one is a showstopper atm :( I'll try the manual build what you described in the other issue though.