Commits
User selector
Commit History
Commits on Mar 11, 2022
Rewrite the old proxying API in terms of the new API (#15880)
Show description for 6650d80authored
Commits on Mar 10, 2022
Fix utime() syscall (#16460)
Show description for a7b10daauthored
Commits on Mar 9, 2022
Move more time functions to native code. NFC (#16439)
Show description for fa6afb8authored[WasmFS] Track open files in the Node backend (#16432)
Show description for 13344faauthored
Commits on Mar 8, 2022
Add support for TIMER_ABSTIME flag in clock_nanosleep (#16455)
Show description for 62fa62aauthored
Commits on Mar 7, 2022
Omit `EM_PROXIED_RESIZE_OFFSCREENCANVAS` case when unsupported (#16436)
Show description for dba6fd1authoredWasm workers (#12833)
Show description for b25abd5authored
Commits on Mar 6, 2022
Remove special case JS function proxying from library_pthread.c (#16405)
Show description for a18bbf7authored
Commits on Mar 4, 2022
Move `-D_LIBCPP_ABI_VERSION=2` into source code. NFC (#16427)
Show description for 93677b2authored[WasmFS] Implement additional versions of existing syscalls (#16421)
Show description for 7de8b07authoredFix deadlock after failed partial `munmap` (#16413)
Show description for 85ee935authoredRemove indentation from C++ namespaces in embind code. NFC (#16400)
Show description for 5dbf740authored
Commits on Mar 3, 2022
[WasmFS] Implement `unlinkat` and `openat` (#16412)
Show description for 5061c59authored[WasmFS] Rewrite path parsing and fix rename (#16409)
Show description for 7b8819bauthored
Commits on Mar 2, 2022
Avoid temp val in property functions when the arguments are val already. (#16235)
Show description for c627301authored[WasmFS] Initial pipe / poll support (#16391)
Show description for e1846b1authored
Commits on Mar 1, 2022
Remove ASMFS (#16392)
Show description for 9c852afauthored
Commits on Feb 25, 2022
[WasmFS] Get wasmfs.test_readdir passing (#16379)
Show description for 83a34d3authored[WasmFS] Reading and writing in the Node backend (#16389)
Show description for 2747cf2authored
Commits on Feb 24, 2022
[WasmFS] Create Node backend that passes wasmfs_getdents test (#16374)
Show description for 9c2de8cauthored[WasmFS] Add [f]truncate syscalls (#16375)
Show description for 8e31bdaauthored- authored
Commits on Feb 23, 2022
[WasmFS] Fix breakage from #16344 (#16369)
Show description for a541a00authored[WasmFS] Simplify getters and setters (#16344)
Show description for 1b62c18authored[WasmFS] Fix and enable wasmfs.test_unistd_close (#16328)
Show description for 9995576authoredMicro-optimize performance and code size generated for longjmp in Emscripten invokes to avoid string comparisons (#15792)
Show description for 133aafcauthoredUpdate WebGPU headers 2 (#16299)
Show description for 2a318a2authored[WasmFS] Error in close syscall on invalid FD (#16363)
Show description for ce1a23eauthored
Commits on Feb 21, 2022
Move main thread queue processing into `emscripten_futex_wait`. NFC (#16341)
Show description for 646de91authored
Commits on Feb 17, 2022
[WasmFS] Simplify the results of `Directory::getEntries` (#16316)
Show description for 0602affauthored[WasmFS][NFC] Rename entry to child in Directory API (#16317)
Show description for 82ac70dauthoredMake shared structs for EH/SjLj thread-local (#16292)
Show description for d33328bauthored[WasmFS] Make Directory an abstract base class (#16270)
Show description for c1ec429authored
Commits on Feb 16, 2022
Refactor mmap/munmap to store allocations in shared memory. (#16304)
Show description for 1311431authored[WasmFS][NFC] Moved ParsedPath to paths.h (#16300)
Show description for 2be6fc2authored