I'm not sure if this is mentioned explicitly in the links from Ivar, but: we have only tested on ARMv7 (Samsung Chromebooks with Exynos 5 processors). I don't know if the LLVM JIT even supports anything lower than v7.As we get closer to generalized static compilation capability, cross-targeting should become more feasible. Clang supports ARMv5, so that is probably the practical limit (leaving aside memory requirements, although "embedded" covers a wide spectrum these days).