wasmerio / wasmer-java

☕ WebAssembly runtime for Java
https://medium.com/wasmer/announcing-the-first-java-library-to-run-webassembly-wasmer-jni-89e319d2ac7c
MIT License
593 stars 55 forks source link

Need support for AArch64 platform Android #72

Open santhoshbalaji opened 1 year ago

santhoshbalaji commented 1 year ago

Hi Team,

I am trying to use wasm in Android using wasmer-java, but it is asking for the libwasmer_jni.so to be in EM_AARCH64 instead of EM_X86_64. It would be good if you provide support to AArch64 platform.

Thanks

gdonnarumma50 commented 1 year ago

Hi, I have the same problem.... I would like to use the library in an Android Java application. Could you tell me if it is possible to do this? Thanks!

MihaelIsaev commented 1 year ago

Hey guys same here! Need all android architectures to be supported!