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 AARCH64 Target #8247

Open
andrewmd5 opened this issue Mar 27, 2024 · 2 comments
Open

Windows AARCH64 Target #8247

andrewmd5 opened this issue Mar 27, 2024 · 2 comments
Labels
wasmtime:platform-support Related to supporting a new platform in Wasmtime

Comments

@andrewmd5
Copy link

andrewmd5 commented Mar 27, 2024

Feature

Compile the C API and produce ARM64 builds for Windows

Benefit

Will unblock this issue in the wasmtime-dotnet package

Not sure if the wheel exist for this yet; in terms of infrastructure cross compilation on Github Actions should be possible, but if necessary I’m happy to deploy some new self-hosted runners to power this feature.

@andrewmd5 andrewmd5 changed the title AARCH64 Target on Windows Windows AARCH64 Target Mar 27, 2024
@cfallin
Copy link
Member

cfallin commented Mar 27, 2024

This depends on #4992 -- a little bit of core runtime functionality (trap handling, unwind info generation) necessary for this OS/architecture pair. If you're willing to work on this, we'd be happy to review a PR!

@andrewmd5
Copy link
Author

This depends on #4992 -- a little bit of core runtime functionality (trap handling, unwind info generation) necessary for this OS/architecture pair. If you're willing to work on this, we'd be happy to review a PR!

Thank you for linking the relevant issue; I’ll take a look and see about submitting a PR.

@alexcrichton alexcrichton added the wasmtime:platform-support Related to supporting a new platform in Wasmtime label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasmtime:platform-support Related to supporting a new platform in Wasmtime
Projects
None yet
Development

No branches or pull requests

3 participants