-
Notifications
You must be signed in to change notification settings - Fork 37
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
Flag portable does not work #88
Comments
Kind of curious what you are using the |
See https://www.reddit.com/r/haskell/comments/1gzg3tx/failed_to_build_hashtables_on_wasm32wasighc/ for context. I think the original poster uses |
Oh no 😢. Supporting 32 bit is such a huge pain in the neck. It breaks horrible for most new GHC releases. I put a huge amount of effort into fixing |
Fixing |
Well, WASM and JS are 32-bit targets and supporting them is not without a merit. But if you decide otherwise, I guess |
Is there any particular 32 bit WASM GHC version I should be supporting? |
unsized types bite again :( |
Eeek, the compile error @Bodigrim posted is just the first of about 10, and that particular error does not occur with |
Tested locally with GHC versions 8.10, 9.6, 9.8, 9.10 and 9.12. Closes: #88
The text was updated successfully, but these errors were encountered: