WebGHC/wasm-cross

Raspberry Pi support for GHC.

Closed this issue · 2 comments

nixpkgsRpi currently works for C programs. But libffi expects to find __aeabi_unwind_cpp_pr0 from glibc, which is not present in musl. It may be present in libunwind, but that would require #1 to at least be partially fixed.

This is outside the scope of WebGHC work, so closing this.