Commits
User selector
Commit History
Commits on Feb 21, 2020
Closure cleaning (#10456)
Show description for b007756authored
Commits on Feb 20, 2020
Refactor library_fs.js FSNode & FSStream to a Closure friendly format. (#10469)
Show description for 070d35bauthored
Commits on Jan 30, 2020
Rename local err variables so global err() is still available (#10314)
Show description for b82e1d8authored
Commits on Jan 25, 2020
Remove closure-annotations.js files (#10272)
Show description for b728c8eauthored
Commits on Jan 7, 2020
Change console.log|warn to out|err in library_fs (#10149)
Show description for cd4b7baauthored andcommitted
Commits on Oct 19, 2019
Stop including all filesystem backends by default (#9645)
Show description for e8709fcauthored
Commits on Oct 8, 2019
Replace musl seek syscall with wasi fd_seek (#9555)
Show description for 31602a1authored
Commits on Aug 12, 2019
Improve FSError stacks only in ASSERTIONS, and not all the time (#9165)
Show description for edfcf79authored
Commits on Jul 24, 2019
Make read, readAsync, readBinary, setWindowTitle normal JS variables (#9047)
Show description for a1964c7authored
Commits on Jul 22, 2019
- authored andcommitted
Commits on Jun 25, 2019
Argument validation in mmap and munmap functions. (#8633)
Show description for 68e8b16authored andcommitted
Commits on Apr 25, 2019
Followup to #8438 - fix dependencies problems that PR created (#8464)
Show description for 55ad1c4authored
Commits on Apr 9, 2019
Remove unused JS globals for stdin/stdout/stderr (#8410)
Show description for 4ce1300authored
Commits on Mar 1, 2019
Fix /dev/random handling outside of node and web (#8223)
Show description for 4f1bcf1authored
Commits on Feb 21, 2019
Code hooks at compile time (#8083)
Show description for e00383dauthored
Commits on Feb 13, 2019
Commits on Feb 11, 2019
Commits on Feb 8, 2019
Fix for hidding global `crypto` library. (#8031)
Show description for fb03abcauthored andcommitted
Commits on Feb 6, 2019
Commits on Jan 29, 2019
Throw EINVAL for invalid whence in llseek (#7941)
Show description for 12fa905authored andcommitted
Commits on Jan 22, 2019
Fix crypto and crypto.getRandomValues detection (#6208)
Show description for 65f5a16authored andcommitted
Commits on Jan 18, 2019
kripken/emscripten => emscripten-core/emscripten (#7880)
Show description for aae3002authored
Commits on Jan 7, 2019
Refactor ERRNO usage in JS library code (#7808)
Show description for 07a9ac9authored
Commits on Dec 13, 2018
Preprocessor: Use eval() for good (#7651)
Show description for 5247935authored
Commits on Oct 31, 2018
fix an FS trackingDelegate usage of err (#7418)
Show description for 2a73c5eauthored
Commits on Sep 21, 2018
Commits on Sep 5, 2018
Replaced library_fs.js/random_device()'s Math.random fallback call with throw for safety (#7096)
Show description for 6cc4c66authored andcommitted
Commits on Jun 28, 2018
De-Module[]-arize print and printErr (#6756)
Show description for cd42e9dauthored
Commits on May 22, 2018
Add ENVIRONMENT to specify which environment the code will run in (#6565)
Show description for 5ff34e9authored
Commits on Apr 25, 2018
- authored andcommitted
Commits on Jan 30, 2018
NODERAWFS writeFile append mode fix for macOS (#6140)
Show description for 6a039d7authored andcommitted
Commits on Jan 16, 2018
Initial NODERAWFS implementation (#6008)
Show description for 99e4fc3authored andcommitted
Commits on Jan 10, 2018
Don't quit the FS when checking for unflushed stream content in assertions mode (#6038)
Show description for 7d7804dauthoredMerge pull request #6011 from saschanaz/writeFile
Show description for 42bf51dauthored
Commits on Jan 3, 2018
Writable stack (#5999)
Show description for 4c5a641authored andcommitted