kernel-wasm icon indicating copy to clipboard operation
kernel-wasm copied to clipboard

Ready for arm64?

Open mido3ds opened this issue 5 years ago • 3 comments

Is this module ready for arm64 architecture?

If not, how much effort does it need to be ready for arm64?

Asking because I want to build similar project but for mobile devices, I want to know if you already achieved it with this project.

Thanks

mido3ds avatar Sep 08 '20 22:09 mido3ds

Not yet, since the Wasmer backend support for generating code for secure kernel context + ARM64 combination isn't implemented.

losfair avatar Sep 18 '20 02:09 losfair

Thank you for replying.

mido3ds avatar Sep 18 '20 02:09 mido3ds

As far as I know, Wasmer supports both generating code for ARM64 and generating code for running in the kernel on X86 architectures. What would be required for Wasmer to support generating code for ARM64 that would run in the kernel?

yosrym93 avatar Nov 09 '20 07:11 yosrym93