mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-19 02:57:10 +00:00
Documentation staticRead maximum file size limits (#13485)
This commit is contained in:
@@ -2525,6 +2525,9 @@ proc staticRead*(filename: string): string {.magic: "Slurp".}
|
||||
## Compile-time `readFile <io.html#readFile,string>`_ proc for easy
|
||||
## `resource`:idx: embedding:
|
||||
##
|
||||
## The maximum file size limit that ``staticRead`` and ``slurp`` can read is
|
||||
## near or equal to the *free* memory of the device you are using to compile.
|
||||
##
|
||||
## .. code-block:: Nim
|
||||
## const myResource = staticRead"mydatafile.bin"
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user