https://github.com/krisvers/nanoreload
A tiny library reloader program written in C99.
https://github.com/krisvers/nanoreload
c99 hot-reload hot-reloading
Last synced: 6 months ago
JSON representation
A tiny library reloader program written in C99.
- Host: GitHub
- URL: https://github.com/krisvers/nanoreload
- Owner: krisvers
- License: mit
- Created: 2023-06-17T04:41:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T23:30:46.000Z (over 2 years ago)
- Last Synced: 2025-02-10T20:56:49.242Z (8 months ago)
- Topics: c99, hot-reload, hot-reloading
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nanoreload
A tiny library reloader program written in C99.
`nanoreload [library file] (entry symbol) (debug?)`
Currently the "API" is
- if the entry symbol returns 1, it is reloaded
- otherwise, nanoreload exits