bytecodealliance / target-lexicon

Target "triple" support
Apache License 2.0
48 stars 41 forks source link

add support for `{x86_64,aarch64}-pc-windows-gnullvm` #82

Closed arlyon closed 1 year ago

arlyon commented 1 year ago

These are tier 3 targets but are in use by windows-sys (as of last month) which causes things using this library to parse packages to now fail. Relevant section in rust book:

https://doc.rust-lang.org/rustc/platform-support/pc-windows-gnullvm.html

arlyon commented 1 year ago

Thanks for the speedy response here :) have a nice weekend 😊

mati865 commented 1 year ago

Thanks