wasm32-freestanding-musl sometimes triggers "TODO implement C ABI for this architecture" #2766
Labels
arch-wasm
32-bit and 64-bit WebAssembly
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
stage1
The process of building from source via WebAssembly and the C backend.
Milestone
Here's a repo with this behavior: https://github.com/fengb/fundude/tree/zig
Looking at the surrounding function want_first_arg_sret: I think we need a special check for wasm. Simply doing
return false
works for my code, but I'm not sure that's correct.The text was updated successfully, but these errors were encountered: