Commits
User selector
Commit History
Commits on Feb 18, 2022
Fix encoding bug in emscripten_set_window_title. (#16330)
Show description for 98492ebauthored
Commits on Feb 17, 2022
Add test for phthreads + dylink + exceptions (#16314)
Show description for ce4b4a4authoredFix side module exception handling (#16309)
Show description for 9c527e9authored
Commits on Feb 16, 2022
Refactor mmap/munmap to store allocations in shared memory. (#16304)
Show description for 1311431authoredFix closure warnings in wasm2s.test_dylink_syslibs_all. NFC (#16308)
Show description for dddc18dauthored- authored
Commits on Feb 15, 2022
[WasmFS] Get test_unistd_access to pass (#16295)
Show description for 4a72bc3authoredUpdate WebGPU headers (#16078)
Show description for 8f986f1authoredundefine SYS_access so we only need __syscall_faccessat (#16296)
Show description for af4a408authoredConsistent use of `typeof` operator in JS library code. NFC (#16261)
Show description for 1ebd4c8authoredAdd closure type annotations to enable better DCE with external code (#16208)
Show description for 4fbff61authored- authored
Fix EXPORT_NAME+MINIMAL_RUNTIME (#16215)
Show description for 2a001c5authored
Commits on Feb 14, 2022
Use utimes from musl (#16282)
Show description for aa147e7authored[WasmFS] Support utime() (#16262)
Show description for e001023authored- authored
Consistent Browser dependencies in library_fs.js vs library_wasmfs.js (#16271)
Show description for 8a2df40authored- authored
WebGL call tracing: Fix incorrect hooks (#16189)
Show description for e565bc9authoredMove `allocate()` js runtime function to runtime_legacy.js. (#16264)
Show description for 6f03072authored- authored
Commits on Feb 12, 2022
Run most tests with `-sCLOSURE_WARNINGS=error` (#16260)
Show description for 9e4fcf9authoredUse allocateUTF8/allocateUTF8OnStack to avoid intermediate array + copy (#16259)
Show description for d39d376authored
Commits on Feb 11, 2022
Avoid pointless calls to allocate(). NFC (#16258)
Show description for dc7d85eauthoredCleanup emscripten_resize_heap (#16255)
Show description for 74af917authoredCleanup JS allocate() runtime function (#16257)
Show description for ac076f7authoredFix closure compiler warnings with LEGACY_GL_EMULATION (#16252)
Show description for 97a944cauthoredFix closure warnings with FETCH code. NFC (#16253)
Show description for 46ed752authoredUse gai_strerror from musl (#16249)
Show description for 870223aauthored- authored
- authored
Commits on Feb 10, 2022
Attempt to work around Firefox CI issue. See #16242 (#16245)
Show description for d5c312fauthoredFix more closure compiler warnings (#16207)
Show description for 0c4fba0authoredpthread+dylink: Ensure code is in sync on thread start (#16195)
Show description for 12b4de3authored[WasmFS] Async proxied JS backend (#16229)
Show description for 3740492authored