Commits
User selector
Commit History
Commits on Sep 15, 2023
[wasm64] Add `MAIN_THREAD_EM_ASM_PTR` macro (#20261)
Show description for 348f264authoredImplement default signal handlers (#20257)
Show description for aab180aauthored
Commits on Sep 11, 2023
Add emscripten_idb_clear API (#20182)
Show description for 104e3deauthored
Commits on Sep 7, 2023
[dylink] Match behaviour between sync and async versions of dlopen. NFC (#20207)
Show description for 80049a5authored
Commits on Aug 31, 2023
Change _NOEXCEPT back to throw() (#20170)
Show description for 509b4afauthoredFixing build of libwasmfs.a with llvm autoroller (#20169)
Show description for f44e387authored
Commits on Aug 30, 2023
Re-enable _LARGEFILE64_SOURCE when _GNU_SOURCE is defined (#20123)
Show description for c47ab8dauthored
Commits on Aug 28, 2023
Always use bulkmemory memcpy and memset when available (#20144)
Show description for 60b3d4eauthored
Commits on Aug 25, 2023
Replace __EMSCRIPTEN__ with __wasm__ in libunwind (#20128)
Show description for 0a6f54bauthored
Commits on Aug 24, 2023
- authored
Don't import `emscripten_notify_memory_growth` when building with PURE_WASI (#20112)
Show description for 89011eeauthored
Commits on Aug 23, 2023
- authored
WasmFS JS API: Implement mmap (#20019)
Show description for ac85c42authoredMinor refactoring of library_wasm_worker.js/wasm_worker.h. NFC (#20109)
Show description for 9c0efe9authoredUpdate compiler-rt's version to llvm 16.0.6 (#20104)
Show description for 12bb5c9authored
Commits on Aug 22, 2023
Update libcxx/libcxxabi to llvm 16.0.6 (#20094)
Show description for 9bb02c0authored- authored
Remove unused buildit script from libcxxabi (#20093)
Show description for a2fa2c8authoredAdd libunwind to update scripts (#20091)
Show description for ef3e4e3authoredRemove cmake and docs from libunwind (#20089)
Show description for 361dcceauthored
Commits on Aug 21, 2023
WasmFS JS API: Implement mkdev (#19978)
Show description for 8fdaf16authored
Commits on Aug 18, 2023
[Wasm64] Fix embind with addresses over 4gb (#20071)
Show description for 0f83fd4authoredfix `deleted val` problem caused by move assignment to itself (#20072)
Show description for 3c73fbbauthored
Commits on Aug 17, 2023
When building system libraries, use a separate macro to signal dynamic linking support. NFC (#20065)
Show description for 0390cd2authored
Commits on Aug 14, 2023
WasmFS: Use emscripten_date_now for time computations (#20014)
Show description for 2fca90bauthored
Commits on Aug 12, 2023
Declare _emscripten_thread_supports_atomics_wait in threading_internal.h. NFC (#20018)
Show description for ef3fd07authored
Commits on Aug 8, 2023
[NFC] WasmFS: Run clang-format (#19995)
Show description for 2384d4eauthored
Commits on Aug 4, 2023
Simplify embind code to reading basic types. NFC (#19981)
Show description for 0538c9dauthored
Commits on Aug 3, 2023
- authored
Fix for async cancellation during __timedwait. NFC (#19963)
Show description for 9ad683bauthored
Commits on Aug 1, 2023
Move legacy thread proxying system into seperate source and header. NFC (#19946)
Show description for f14f029authoredWasmFS JS API: Implement mount and unmount (#19825)
Show description for 48e8a04authoredRename internal JS proxying function. NFC (#19945)
Show description for b840dc7authored
Commits on Jul 31, 2023
Avoid use of JS console.log/error/warning. NFC (#19936)
Show description for 3629441authored