RustPython for BeOS with w2c2

A few days ago, I managed to port RustPython to BeOS, using w2c2 to convert the wasi binary of RustPython to C, and then compiling that C into a BeOS binary.
(Does anyone know a way to get a cross-compiler to BeOS? I could not build with optimisations on a VM.)
Here is my prebuilt BeOS binary.

5 Likes

Maybe if you port tools from Haiku to BeOS you’ll get something:

Someone on Twitter used the same method to run Rust apps on Classic Mac OS https://twitter.com/turbolent/status/1617231570573873152, and to run newer Python on Classic Mac OS and NeXTSTEP https://twitter.com/turbolent/status/1621992945745547264.

1 Like

Turbolent is the author of W2C2.

1 Like