Commits
User selector
Commit History
Commits on Apr 18, 2023
Remove `__syscall_link` in favor `__syscall_linkat`. NFC (#19205)
Show description for 7a8b36fauthoredRemove deps_info system and the running of llvm-nm on input file. NFC (#18905)
Show description for 1e7b78fauthored
Commits on Apr 3, 2023
Use `dbg` over `err` for syscall debugging. NFC (#19126)
Show description for 578a13aauthored
Commits on Apr 1, 2023
Implement some more of the wasi API (#12704)
Show description for 574034bauthored
Commits on Mar 31, 2023
Commits on Mar 24, 2023
Start using auto-generated sigs from library_sigs.js. NFC (#19028)
Show description for 1320828authored
Commits on Mar 22, 2023
[Wasm64] Check argument names in convertPointerParams. NFC (#19039)
Show description for ac75bb0authored
Commits on Mar 20, 2023
Use new cDefs proxy object rather than cDefines function. NFC (#19015)
Show description for 385e037authoredUpdate JS library signatures (#18995)
Show description for e5ee191authored
Commits on Mar 17, 2023
Fix __sig attributes that had the wrong length (#18990)
Show description for 36eb862authoredRemove unused __syscall_rename implementations. NFC (#18984)
Show description for fab93a2authored
Commits on Mar 9, 2023
Mark USE_PTHREADS as legacy. NFC (#18923)
Show description for d24f3caauthored
Commits on Feb 16, 2023
Fixes PROXYFS error check (#18716)
Show description for e64e370authored
Commits on Feb 15, 2023
Fix PROXYFS renaming (#18718)
Show description for a0ea166authored
Commits on Dec 2, 2022
Commits on Nov 28, 2022
Handle/ignore AT_NO_AUTOMOUNT in fstatat (#18261)
Show description for f172b22authored
Commits on Oct 11, 2022
Add `dbg()` JS utility function (#18017)
Show description for 8874b81authored
Commits on Sep 23, 2022
Commits on Sep 21, 2022
[WasmFS] Barebones MAP_SHARED support (#17901)
Show description for 06a8d7aauthored
Commits on Sep 14, 2022
Fix return value of _mmap_js (#17853)
Show description for f5a1916authored
Commits on Aug 24, 2022
Commits on Aug 20, 2022
Consistent use of getStreamFromFD helper. NFC (#17687)
Show description for 8457dbaauthored
Commits on Aug 15, 2022
[wasm64] Cast BigInt argument to i64 Number (#17613)
Show description for 7ad06f6authored
Commits on Jul 27, 2022
Don't abort on unsuported ioctl() (#17470)
Show description for 517cc86authored
Commits on Jul 26, 2022
Cleanup struct_info.json. NFC (#17518)
Show description for 0d92586authored
Commits on Jul 19, 2022
Fix utime/stat for time_t > 2^32 (#17459)
Show description for 73c1d12authored
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
Commits on May 24, 2022
Commits on May 19, 2022
[wasm64] Remove unneeded usage of `from64` (#16976)
Show description for 32411adauthored[wasm64] Fix (or skip) all core tests in wasm64l mode (#16922)
Show description for c175235authored
Commits on May 10, 2022
Improve handling of incoming i64 syscall arguments. (#16787)
Show description for 510ef75authored
Commits on May 6, 2022
Simplify internal mmap API. NFC. (#16886)
Show description for 4c1dcf8authored
Commits on May 5, 2022
- authored
[wasm64] convert BigInt<->Number based on library function `__sig` attributes (#16877)
Show description for 15ce1b5authored