-
Notifications
You must be signed in to change notification settings - Fork 688
AOT Zephyr support #4051
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Generally speaking, even though it's the same architecture, the toolchain for an embedded device will differ from a normal desktop I am not sure whether esp32c3 is still unsupported right now, you can try it out to see its current status.
The Zephyr platform is a rather vague term that the actual support really depends on the board config, I would say most wasm language features are supported, but some runtime features like Zephry user mode, and threading depend on the actual hardware. |
It's likely that is the issue, I have encountered a similar issue in Zephyr before, and I remembered that my solution was to modify the linking script( |
I'm currently testing AOT in Zephyr, and I'm struggling to understand some things.
This readme states that AOT does not work on the
ESP32C3
. Can someone explain the reason why this is the case? What is the difference between theqemu_riscv32
andESP32C3
platforms, so that AOT works on the former, but not on the latter?Also, is there any kind of compatibility table, which shows what Zephyr platforms support each feature?
Thank you.
The text was updated successfully, but these errors were encountered: