You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: