Stream: general

Topic: rustix PowerPC support


view this post on Zulip WorksButNotTested (Feb 21 2025 at 11:36):

I am working on adding support for PowerPC to rustix here...
https://github.com/bytecodealliance/rustix/pull/1337

I'd be grateful for any feedback.

export RUSTFLAGS="--cfg rustix_use_experimental_asm -D warnings -D elided-lifetimes-in-paths" export RUSTDOCFLAGS="--cfg rustix_use_experimental_asm" export CARGO_TARGET_POWERPC...

Last updated: Feb 28 2025 at 03:10 UTC