bytecodealliance / bytecodealliance/wasmtime
Cranelift: varargs support
Open
cranelift
cranelift:goal:native-ABI
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 121
Description
In order to compile C code that calls `printf` in libc, we need to implement the caller side of varargs. And in order to compile printf itself, we need to implement the callee side.
Contributor guide
Assessment
This issue has not been assessed yet.