emscripten has already created these files in my home directory
.emscripten
.emscripten_cache__last_clear
.emscripten_ports/
.emscripten_sanity
.emscripten_cache/
.emscripten_cache.lock
To avoid cluttering ~, I suggest that such files be stored in something like ~/.emscripten.d/.
Sounds reasonable to me. Perhaps except for the .emscripten config file, though - moving that would be much more noticeable than the others, and could surprise people. But all the rest could be combined into one dir.
Pardon my intrusion. Why don't use XDG Base Directiry specification? I mean $XDG_CACHE_HOME, $XDG_CONFIG_HOME and $XDG_DATA_HOME which are ~/.config, ~/.cache and ~/.local/share, respectively, by default?
This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant.
Closing in favor of #3624
Most helpful comment
Pardon my intrusion. Why don't use XDG Base Directiry specification? I mean
$XDG_CACHE_HOME,$XDG_CONFIG_HOMEand$XDG_DATA_HOMEwhich are~/.config,~/.cacheand~/.local/share, respectively, by default?