For anyone interested, I made TCL Core x86 image with rust-1.75.0 here
https://hub.docker.com/repository/docker/linichotmailca/tcl-core-rust-i586/generalThere's the github repo that goes with it
https://github.com/linic/tcl-core-rust-i586In the image, if you
sudo docker exec -it tcl-core-rust-i586-main-1 sh
you'll be in
/home/tc
and you'll see 2 .tcz files. There's rust tcz compiled for i586 CPUs like the Pentium II from the IBM 560Z and an accompanying openssl tcz with libssl.so and libcrypto.so also compiled for i586. The tcz files can be retrieved by using
sudo docker cp tcl-core-rust-i586-main-1:/home/tc/<name>.tcz .
My IBM 560Z doesn't have enough RAM to tce-load them, but I believe they should work. I tested the code in the rust tcz file by adding it to my path and it works like it does in the docker container.