libchat/nim-bindings
osmaczko 803a11ce27
chore(nim-bindings): replace dynlib dlopen with plain importc
The dynlib pragma hard-coded a library path and resolved it via dlopen() at
runtime, preventing static linking and forcing a specific load-time path.
Using bare {.importc.} lets consumers choose: link liblibchat dynamically
at link time (--passL:-llibchat) or link it statically into their binary.
2026-02-23 22:10:39 +01:00
..
2026-02-19 17:25:42 -08:00
2026-02-19 17:25:42 -08:00
2026-02-19 17:25:42 -08:00
2026-01-28 10:38:08 -08:00

Nim-bindings

A Nim wrapping class that exposes LibChat functionality.

Getting Started

nimble pingpong - Run the pingpong example.