bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.16k stars 103 forks source link

Function with args #707

Open raphaelfff opened 1 month ago

raphaelfff commented 1 month ago

Is there any plan/ETA to support function calls with args/return values ?

jeffcharles commented 1 month ago

Do you mean in the context of exported functions? For those, there is no current plan. We're open to contributions! Though we'd prefer a discussion of an implementation plan before receiving a PR to save time if there is a fundamental issue with the approach.