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

Add aarch64-darwin platform #74

Open TheBlckbird opened 9 months ago

TheBlckbird commented 9 months ago

Thanks for proposing a new feature!

Motivation

Most Macs nowadays run on Apple Silicon, but you‘re currently only providing a JAR for Intel based Macs. Those run a bit slower because they have to be emulated by Rosetta.

Proposed solution

Add a binary for aarch64-darwin.

Alternatives

The current amd64-darwin package is an alternative, but it is slower than a native package.