Commits
User selector
Commit History
Commits on Aug 24, 2023
Move some FS methods to FS_foo notation, allowing WasmFS to use them from JS APIs (#20098)
Show description for e78076eauthored
Commits on Aug 16, 2023
Add addToLibrary compile time helper function (#20044)
Show description for 8ab7b6dauthored
Commits on Aug 1, 2023
Commits on Jul 6, 2023
Allow JS method notion in JS library file. NFC (#19783)
Show description for a99a5bfauthored
Commits on Jun 30, 2023
Automatically convert i32 pointer args to unsigned when CAN_ADDRESS_2GB is set (#19740)
Show description for 1b3533eauthored
Commits on Jun 13, 2023
Use shorthand object notation where possible. NFC (#19594)
Show description for 23fab93authored
Commits on Jun 6, 2023
WasmFS: Force-include FS only when FORCE_FILESYSTEM (#19511)
Show description for c5e53c4authored- authored
Commits on May 25, 2023
Commits on May 22, 2023
Simplify FS.fdnext and FS.createStream. NFC (#19391)
Show description for db960c8authored
Commits on May 15, 2023
Convert more JS code to use string template literals (#19351)
Show description for 0c5e7eeauthored
Commits on May 8, 2023
Move wasm module preload plugin out of library_browser.js. NFC (#18963)
Show description for 1386520authored
Commits on May 3, 2023
Commits on Mar 31, 2023
Commits on Mar 29, 2023
Remove likely unused `FS.loadFilesFromDB` and `FS.saveFilesToDB` helpers (#19049)
Show description for 099af34authored
Commits on Mar 24, 2023
Commits on Mar 20, 2023
Use new cDefs proxy object rather than cDefines function. NFC (#19015)
Show description for 385e037authored
Commits on Feb 16, 2023
Fixes PROXYFS error check (#18716)
Show description for e64e370authored
Commits on Jan 18, 2023
Take advantage of JS default parameters in JS library code. NFC (#18546)
Show description for 07a2f1cauthored
Commits on Nov 7, 2022
Use Node's path helpers under NODERAWFS (#17849)
Show description for febd44bauthored
Commits on Oct 11, 2022
Add `dbg()` JS utility function (#18017)
Show description for 8874b81authored
Commits on Oct 4, 2022
Remove some library function from the default set. NFC (#17983)
Show description for e476d7bauthored
Commits on Aug 24, 2022
Commits on Jul 18, 2022
Remove most of the use of `else after return` from JS library code. NFC (#17450)
Show description for a3d8979authored
Commits on Jul 13, 2022
Convert extended string handling functions into JS library code (#17403)
Show description for f08ae1cauthored
Commits on Jun 30, 2022
Replace hasExportedFunction with hasExportedSymbol. NFC (#17345)
Show description for 8b4443aauthored
Commits on Jun 14, 2022
Commits on May 30, 2022
Fix LazyFile + mmap (#17084)
Show description for 2aa89c2authored
Commits on May 25, 2022
Revert "Use `__stdio_exit` rather then `fflush(0)` on exit (#16130)" (#17046)
Show description for a8db2bbauthored
Commits on May 6, 2022
Simplify internal mmap API. NFC. (#16886)
Show description for 4c1dcf8authored
Commits on Apr 29, 2022
Remove unsed FS.open arguments (#16845)
Show description for fc59f1eauthored
Commits on Apr 23, 2022
Commits on Apr 4, 2022
Fix dup syscalls so that they handle pipes correctly (#14808)
Show description for a856e88authored
Commits on Mar 4, 2022
Commits on Mar 3, 2022
Fix lookupPath when applied to a symlink loop (#16410)
Show description for a5c1944authored