32-bit native code support for OCaml 5+

Yes, Rust supports the x32 variant of x86_64. Similarly, it supports the ilp32 variant of aarch64. (To be fair, x32 is only a tier 2 target for Rust, which means that, while any snapshot of the compiler is guaranteed to build correctly, only actual releases of the compiler are guaranteed to fully pass the testsuite.)

Was fixed by README.adoc: clarify status of 32-bit native compilation (#12370) · ocaml/ocaml@5312b4d · GitHub

2 Likes