bytecodealliance / bytecodealliance/wasmtime
cranelift vectorcall abi support
Open
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 126
Description
#### Feature
I'd like to see [vectorcall](https://learn.microsoft.com/en-us/cpp/cpp/vectorcall?view=msvc-170) abi support added for cranelift
(note: adding this feature request because bjorn3 asked me to)
#### Benefit
It supports vectorcall abis where needed. For me, I am creating a jit function and hooking another c function which uses vectorcall, so I need my jit function to use the vectorcall abi in order to be compatible
#### Implementation
n/a
#### Alternatives
n/a
Contributor guide
Assessment
This issue has not been assessed yet.