This section contains articles related to using files in Emscripten-compiled code.
The 文件系统概述 provides a high level overview of how file operations are supported by Emscripten.
打包文件 shows how to use emcc to package the files needed by compiled code.
Synchronous Virtual XHR Backed File System Usage explains how to setup lazy loading of binary data from HTTP servers using XHR’s.