mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-06-21 08:49:34 +00:00
Commit f3206c3 split each FFI export into two distinctly-named Nim procs (`<name>CborExport` / `<name>NativeExport`, and the ctor variants), so the bare user name now resolves only to the Nim-native helper. The C-shape integration tests still invoked the CBOR entry points by the bare name and no longer compiled. Point those call sites at the `*CborExport` / `*CborCtorExport` procs; the Nim-native `waitFor <name>(lib, ...)` calls keep the bare name on purpose. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
nim-ffi
Allows exposing Nim projects to other languages
Example
examples/timer is now a self-contained Nimble project that imports nim-ffi directly.
Use cd examples/timer && nimble install -y ../.. && nimble build to compile the example.
Description
Languages
Nim
87.9%
Smarty
5.9%
C++
4.8%
CMake
1.4%