bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
14.85k stars 1.24k forks source link

winch: Aarch64 MacroAssembler completeness #8321

Open saulecabrera opened 3 months ago

saulecabrera commented 3 months ago

Winch's support for Aarch64 is minimal. The objective of this issue to track the missing items in order to bring the Aarch64 MacroAssembler to parity with the x64 implementation.

If you're interested in taking on any of the elements below, please add your name beside it to signal that you're actively working on it (if you don't have permission to edit this issue, feel free to reach out via Zulip).

github-actions[bot] commented 3 months ago

Subscribe to Label Action

cc @saulecabrera

This issue or pull request has been labeled: "winch" Thus the following users have been cc'd because of the following labels: * saulecabrera: winch To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file. [Learn more.](https://github.com/bytecodealliance/subscribe-to-label-action)
lpereira commented 2 months ago

Sorry for looking at this only now -- but I should have some of these instructions implemented soon. I've been caught up with other things but want to resume work on this ASAP.

fitzgen commented 2 months ago

@lpereira to prevent accidental duplication of work and to help minimize conflicts and the need for rebases, could you edit the OP issue to add your name next to the instructions you're currently working on implementing? Thanks!