You can use 
[staticRead](https://nim-lang.org/docs/system.html#staticRead%2Cstring) which 
will embed a file into your executable. The resulting data is loaded with your 
program and is not written separately to the disk.

Reply via email to