We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2483f commit 94b0d6bCopy full SHA for 94b0d6b
lib/system.nim
@@ -2525,6 +2525,9 @@ proc staticRead*(filename: string): string {.magic: "Slurp".}
2525
## Compile-time `readFile <io.html#readFile,string>`_ proc for easy
2526
## `resource`:idx: embedding:
2527
##
2528
+ ## The maximum file size limit that ``staticRead`` and ``slurp`` can read is
2529
+ ## near or equal to the *free* memory of the device you are using to compile.
2530
+ ##
2531
## .. code-block:: Nim
2532
## const myResource = staticRead"mydatafile.bin"
2533
0 commit comments