This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Description
Hello,
I've seen #576 and #565, and I'm wondering what is missing for aarch64 support? From my understanding, lucet uses cranelift to generate native code, and cranelift has support for aarch64 codegen. So I assume that's not the issue. Other issues I can guess are the x86-specific assembly in lucet-runtime/lucet-runtime-internals/src/context/context_asm.S and the missing build for an aarch64 version of the wasi-sdk.
Are those the issues that prevent lucet from getting aarch64 support, or is it more? Basically I'm just curious what would need to be done to add that support.
Thank you!