Monthly Archives: June 2015

Persisting data with Emscripten

When porting your game to Emscripten, you will soon enough notice that the default virtual file system it use doesn’t persist data, everything you write in a file is lost from one session to another. Hopefully, Emscripten has a specific … Continue reading

Posted in Emscripten, HTML5, WebGL | Comments Off on Persisting data with Emscripten