mac/aarch64: incorrect argument values when calling host with 8+ arguments #2734
Labels
cranelift:area:aarch64
Issues related to AArch64 backend.
wasmtime
Issues about wasmtime that don't fall into another label
Repro:
This causes a panic for the 8th argument:
A wasm function calls an import that takes more than 8 arguments. 8 is the cutoff value for "in registers" vs "on the stack" for argument passing in the aarch64 ABI, so this might be related. I have looked at the codegen and what Cranelift generates seems sensible (?), so it's unclear what's going on. Will investigate a bit more tomorrow.
The text was updated successfully, but these errors were encountered: