FreeBSD pre-built binaries for aarch64
There was an issue asking for FreeBSD support, but it only supports amd64 architecture since then, when according to https://www.freebsd.org/platforms/, FreeBSD project lists 2 archs as Tier1 : amd64 and aarch64. That would be cool to have binaries available for at least these 2.
Unfortunately Rust does not provide builds for aarch64 freebsd yet (it's under Tier 3 here: https://doc.rust-lang.org/nightly/rustc/platform-support.html). So this would be somewhat complicated to support.
I understand, but some projects seem to be able to offer some builds for FreeBSD. I guess they probably rely on the Rust version in the ports tree. I understand if that's not doable, but that would be something cool to see :)
Is there any way I could manually build or use lightningcss (as a dependency of tailwind) on aarch64 FreeBSD in the meantime?