bytecodealliance / target-lexicon

Target "triple" support
Apache License 2.0
47 stars 42 forks source link

Add support for target `x86_64h-apple-darwin` #93

Closed NobodyXu closed 1 year ago

NobodyXu commented 1 year ago

https://doc.rust-lang.org/nightly/rustc/platform-support/x86_64h-apple-darwin.html

NobodyXu commented 1 year ago

@sunfishcode Hello, can you review this PR please? We recently added support for x86_64h-apple-darwin in cargo-binstall but since target-lexicon isn't able to parse this target it causes an error in our application

https://github.com/cargo-bins/cargo-binstall/pull/1228

NobodyXu commented 1 year ago

@bjorn3 @sunfishcode Friendly pinging as this PR has been stale for at least one week.

sunfishcode commented 1 year ago

Thanks!

sunfishcode commented 1 year ago

This is now released in target-lexicon 0.12.11.