wasmtime icon indicating copy to clipboard operation
wasmtime copied to clipboard

Windows AARCH64 Target

Open andrewmd5 opened this issue 1 year ago • 5 comments
trafficstars

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 avatar Mar 27 '24 06:03 andrewmd5

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!

cfallin avatar Mar 27 '24 06:03 cfallin

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.

andrewmd5 avatar Mar 27 '24 07:03 andrewmd5