Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pass the first arg of an OCaml function via wasm parameter #42

Open
gerdstolpmann opened this issue Mar 23, 2023 · 0 comments
Open

pass the first arg of an OCaml function via wasm parameter #42

gerdstolpmann opened this issue Mar 23, 2023 · 0 comments

Comments

@gerdstolpmann
Copy link
Collaborator

  • the functions have then 5 wasm params
  • it is the task of the callee to reserve stack space for the new param (so that we can store arg0 in fp[0])
  • this can be in particular exploited by Wc_apply_direct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant