bytecodealliance / bytecodealliance/wasmtime
Change libcall signatures to match wasm argument order
Open
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 121
Description
I'm wondering if there's a chance we could make the signatures of the libcalls compatible with the Wasm spec, that way we would avoid having to pre-process the stack (at least for the already existing values) before emitting calls.
_Originally posted by @saulecabrera in https://github.com/bytecodealliance/wasmtime/pull/7155#discussion_r1347468699_
Contributor guide
Assessment
This issue has not been assessed yet.