Part of Phase 2 — Reach (ROADMAP.md).
Cross-architecture CI under QEMU to validate aarch64 / armv7 (and big-endian behaviour for the endian-agnostic (de)serialization landed in #8).
Demand-gated. This adds standing CI surface; stand it up only when a real cross/embedded target needs it. Note the freestanding profile already exercises the no-OS code paths without QEMU's cost, and the byte-assembly (de)serialization is endian-agnostic by construction (UBSan-clean), so this is verification rather than new capability.
Part of Phase 2 — Reach (
ROADMAP.md).Cross-architecture CI under QEMU to validate aarch64 / armv7 (and big-endian behaviour for the endian-agnostic (de)serialization landed in #8).
qemu-user+ cross toolchains (aarch64, armv7) building + running the test suite.Demand-gated. This adds standing CI surface; stand it up only when a real cross/embedded target needs it. Note the
freestandingprofile already exercises the no-OS code paths without QEMU's cost, and the byte-assembly (de)serialization is endian-agnostic by construction (UBSan-clean), so this is verification rather than new capability.