[native_toolchain_c] Support native windows-arm64 MSVC toolchain
Open
package:native_toolchain_c
- Dominant language
- Dart
- Stars
- 275
- Forks
- 144
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 47
Description
https://github.com/dart-lang/native/pull/167 introduce support for MSVC arm64 toolchain.
For now, it uses always `x64 -> arm64` toolchain, that is guaranteed to be available on both windows-x64 and windows-arm64.
We could optimize further and use native `arm64 -> arm64` toolchain when being on windows-arm64.
Contributor guide
Assessment
This issue has not been assessed yet.