mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-10 04:26:02 +00:00
efe2790db6
* feat: statuslib dynamic library * fix: library versions
7 lines
137 B
Nim
7 lines
137 B
Nim
# TODO: Import all the files that contain {.exportc.}
|
|
import status/status
|
|
|
|
proc helloWorld() {.exportc, dynlib.} =
|
|
echo "hello world"
|
|
|