You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot build a dotnet 8.0 application with a RuntimeIdentifier of wasi-wasm on my arm64 windows machine, because that process requires the following file to exist:
Current we don't build or test wasi-sdk on windows arm64. How hard would it be to add support for windows arm64 to our github actions? I really don't know. If you would like to look into adding this I'm sure PRs would be most welcome.
Windows arm Github runners for open source projects are on their roadmap (see github/roadmap#1098). Once they become available I may look into this issue.
I cannot build a dotnet 8.0 application with a
RuntimeIdentifier
ofwasi-wasm
on my arm64 windows machine, because that process requires the following file to exist:https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-24/wasi-sdk-24.0-arm64-windows.tar.gz
Can this version also be built and packaged with releases?
The text was updated successfully, but these errors were encountered: