Commits
User selector
Commit History
Commits on Jun 16, 2021
Remove legacy __sys_exit syscall. NFC (#14463)
Show description for 3205328authored
Commits on Jun 12, 2021
Add zeroMemory JS utility function to avoid _memset. NFC (#14441)
Show description for 315d362authored
Commits on May 5, 2021
Unify WASM_PAGE_SIZE and POSIX_PAGE_PAGE (#14083)
Show description for e3b345dauthored
Commits on Apr 21, 2021
Prefer `.includes()` over `.indexOf()` (#13945)
Show description for f255b18authored
Commits on Apr 13, 2021
Fix closure compiler errors in JS libraries. NFC (#13857)
Show description for b3a3c74authored
Commits on Mar 15, 2021
Fix regression calling `futimens` (#13549)
Show description for c044a47authored
Commits on Mar 10, 2021
Fix fchmodat syscall (#13581)
Show description for 3670f50authored
Commits on Mar 1, 2021
Commits on Feb 17, 2021
__sys_wait4: Return ENOSYS instead of aborting (#13487)
Show description for a52fb41authored
Commits on Feb 8, 2021
Convert _read_sockaddr/_write_sockaddr to JS-only functions (#13435)
Show description for c90497bauthored
Commits on Feb 2, 2021
Add __sys_shutdown stub library function (#13399)
Show description for 845ff80authored
Commits on Jan 20, 2021
Implement fstatat flag: AT_EMPTY_PATH (#13282)
Show description for 462ddb4authored
Commits on Jan 19, 2021
Use individual socket syscalls. (#13272)
Show description for d7c7aedauthored
Commits on Jan 7, 2021
Implement mmap and msync for NODERAWFS (#13052)
Show description for 0320c04authored
Commits on Dec 14, 2020
Fix null pointer read in realpath (#13032)
Show description for a2eb73fauthored
Commits on Dec 10, 2020
Properly set addrlen in socket syscalls (#12997)
Show description for d42c1f9authored
Commits on Dec 3, 2020
Commits on Nov 3, 2020
Commits on Nov 2, 2020
Move all wasi syscalls to library_wasi.js. NFC. (#12669)
Show description for e0ff6b6authored
Commits on Oct 31, 2020
Fix use before def in syscall wrappers (#12667)
Show description for 218e6abauthored
Commits on Oct 12, 2020
Remove dead code in src/jsifier.js. NFC. (#12484)
Show description for c59a1b0authored
Commits on Sep 24, 2020
Add tests for LIBRARY_DEBUG and SYSCALL_DEBUG (#12324)
Show description for 27a6786authored
Commits on Aug 23, 2020
Fix __sys_fallocate with WASM_BIGINT (#12004)
Show description for 2461a6eauthored
Commits on Aug 14, 2020
Commits on Aug 12, 2020
Remove fastcomp-specific Asyncify code (#11868)
Show description for 9b5c5b9authored
Commits on May 20, 2020
Fix syscall proxying of _newselect (#11194)
Show description for d6d6ce6authored
Commits on May 18, 2020
Remove emterpreter support. (#11020)
Show description for b43474fauthoredRemove memory buffer param from mmap (#11156)
Show description for 6511178authored
Commits on Apr 12, 2020
Mark setErrNo as a JS-only symbol (#10886)
Show description for 1ed6dd5authored
Commits on Apr 10, 2020
Wasm/JS BigInt support (#10860)
Show description for 42cbd6cauthored
Commits on Mar 28, 2020
fix(mmap): support read-only maps properly (#10782)
Show description for ea4b5cbauthored
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
Commits on Mar 26, 2020
JS library fixes for 2GB+ heaps (#10602)
Show description for 60d3efdauthored
Commits on Mar 23, 2020
Rename JS syscalls to have meaningful names (#10750)
Show description for a341c88authored
Commits on Mar 10, 2020
memset() refactoring (#10656)
Show description for 88619eaauthored