Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows (ARM64) Binary #298

Open
andrewmd5 opened this issue Mar 20, 2024 · 4 comments · May be fixed by #327
Open

Windows (ARM64) Binary #298

andrewmd5 opened this issue Mar 20, 2024 · 4 comments · May be fixed by #327

Comments

@andrewmd5
Copy link

andrewmd5 commented Mar 20, 2024

I’ve only just realized that this package does not ship with an ARM64 wasmtime library for Windows - checking up stream it doesn’t appear there is any native release either, despite there being an AARCH64 wheel.

Any chance at getting an experimental cross-compilation build within this package?

Tertiary report here

@peterhuene
Copy link
Member

peterhuene commented Mar 27, 2024

Hi @andrewmd5. We'll need upstream Wasmtime to build the C API package for aarch64 Windows first; once that artifact is available, I can update wasmtime-dotnet's build to include it.

Would you mind filing an issue upstream? I'm not sure what support GitHub actions has aarch64 and Windows, though.

@andrewmd5
Copy link
Author

I opened an issue here.

@andrewmd5
Copy link
Author

I was looking at the workflows and it looks like builds are already produced for this triple?

https://github.com/bytecodealliance/wasmtime/blob/d256e25065d339b922093c28333779a155a61ccb/.github/workflows/main.yml#L381

@peterhuene
Copy link
Member

Indeed, we appear to cargo check it in CI, but traps are non-functional (I would guess we're missing aarch64 unwind information generation for Windows, but I haven't looked at that in quite some time) and tests expect traps to work.

So it looks like this would be blocked until someone has the time to implement support for Windows aarch64.

kpreisser added a commit to kpreisser/wasmtime-dotnet that referenced this issue Sep 23, 2024
Wasmtime recently completed Windows ARM64 support with bytecodealliance/wasmtime#9266 and added release artifacts with bytecodealliance/wasmtime#9283.

Fixes bytecodealliance#298
@kpreisser kpreisser linked a pull request Sep 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants