Porting WAMR to VEX V5 #3952
Unanswered
doinkythederp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there! I'd like to use WAMR on the VEX V5, a single-core, bare-metal environment built on a Cortex A9. C programs are compiled with
arm-none-eabi-gcc
, and notably, the platform has no concept of threads or processes. How feasible would it be for me to port WAMR's AOT mode to this platform and embed it in existing Rust code, given that it depends on the package "Threads" in CMakeLists.txt?Beta Was this translation helpful? Give feedback.
All reactions