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
fix: Add C shim for static context to address Windows MinGW64 runtime failure
This change attempts to address a Windows MinGW64 runtime failure that occurs during
testing, where we see a "32 bit pseudo relocation out of range" error. The error
suggests an issue with how GHC handles pointers in Windows executables.
1. Adds a C shim (hs_secp256k1_shim.c) to handle the static context
2. Updates the Haskell FFI bindings to use the shim instead of direct access
3. Bumps version to 0.3.1 to reflect the FFI interface change
0 commit comments