Skip to content

Instantly share code, notes, and snippets.

View pinkforest's full-sized avatar
🦀
💁 cuttin' some 💾

pinkforest(she/her) pinkforest

🦀
💁 cuttin' some 💾
View GitHub Profile
@vi
vi / rust_wine.md
Last active May 20, 2024 23:46
Using Rust in Wine as a sort of cross-compiler

Cross-compiling Rust from Linux to Windows using Wine

🔴 Note: this article is obsolete. This cross-compilation direction may just work out of the box. 🔴

0. Ensure Rust works on Host

Let's create a dummy project for a test.

$ cargo new test