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

libffi #11

Open
ElvishJerricco opened this issue Nov 19, 2017 · 2 comments
Open

libffi #11

ElvishJerricco opened this issue Nov 19, 2017 · 2 comments

Comments

@ElvishJerricco
Copy link
Member

GHC uses libffi for Adjustor.c (and possibly other things?). But there is no libffi for WebAssembly. If possible, we should just provide a custom implementation of Adjustor.c like x86_64-linux and iOS, as it seems unreasonable to add WebAssembly support to libffi.

@ElvishJerricco
Copy link
Member Author

ElvishJerricco commented Nov 19, 2017

Looks like we might be able to just use UseLibFFIForAdjustors = NO in GHC to skip this problem altogether.

@ElvishJerricco
Copy link
Member Author

Punting for now with the above suggestion.

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