Current Constrained hardware reference: NumWorks

The NumWorks route is a reference implementation for constrained hardware, using Rust’s thumbv7em-none-eabihf target, a 320×240 display and the EADK ABI. Kalcite emits a small no_std Rust project and delegates `.nwa` packaging to the NumWorks toolchain.

Current Desktop development

The desktop runner presents the same 320×240 RGB565 logical framebuffer with nearest-neighbour scaling. It is useful for checking a game before building a constrained-target version; it is not yet the planned resizable, DPI-aware application UI backend.

Current TI

The CLI implements a TI build route. Consult the technical documentation for the current backend requirements and output format.

Planned WebAssembly

WebAssembly is listed in the project roadmap. It is not presented as an available build target here.