Because Zola is so compact and fast, I thought it would be a good idea to use it on my good old netbook, but I just can’t get it to work. On the netbook I don’t have enough memory (2GB) to compile and on big system (64 bit) I can’t get it to work completely (RUST_BACKTRACE=1 cargo build --target=i686-unknown-linux-gnu --release) that cargo also only uses the existing 32 bit libs.
Is it even possible to compile for 32 bit systems?