Debian, Rust, and librsvg
Debian, Rust, and librsvg
Posted Nov 14, 2018 16:36 UTC (Wed) by josh (subscriber, #17465)In reply to: Debian, Rust, and librsvg by glaubitz
Parent article: Debian, Rust, and librsvg
Also worth noting: mrustc currently has far less portability than Rust, and I don't see any signs of changing that.
Posted Nov 16, 2018 14:18 UTC (Fri)
by glaubitz (subscriber, #96452)
[Link] (1 responses)
Did you even try mrustc yourself or are you just guessing? It took me 5 minutes to make it build on m68k.
mrustc generates C code out of Rust code. How should it be **not** portable?
Posted Nov 16, 2018 21:13 UTC (Fri)
by josh (subscriber, #17465)
[Link]
> - Supported Targets:
I based my comment on that. This isn't about the host platform of mrustc, it's about what the generated code targets, and using C as an intermediate language does not automatically make code portable.
Debian, Rust, and librsvg
Debian, Rust, and librsvg
> - x86-64 linux
> - (incomplete) x86 windows
> - (incomplete) x86-64 windows