Skip to content

v0.3.7

Compare
Choose a tag to compare
@jvilk jvilk released this 09 Feb 19:05
· 535 commits to master since this release
  • Experimental WebWorker support through the new WorkerFS backend.
    • Map the main browser context's FS into your WebWorker's FS, or your WebWorker's FS into the main context's FS!
    • Like always, tested in all of the major browsers (Chrome/Safari/IE11/Presto-based Opera/Safari).
  • EmscriptenFS change to support the new MODULARIZE argument. EmscriptenFS now takes FS, PATH, and ERRNO_CODES as optional arguments to its constructor.