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
# Build the complete chain: Nim → C → Go
make all
# Or step by step:
make build-nim # Build Nim library to shared library
make build-c # Prepare C bindings
make build-go # Verify Go bindings compile