Commits
User selector
Commit History
Commits on Aug 16, 2023
Add addToLibrary compile time helper function (#20044)
Show description for 8ab7b6dauthored
Commits on Aug 4, 2023
Commits on Aug 3, 2023
Commits on Aug 1, 2023
Fix EM_CALLBACK_THREAD_CONTEXT_CALLING_THREAD when used on the main thread. (#19943)
Show description for 505f49bauthored
Commits on Jul 30, 2023
Commits on Jul 9, 2023
Use dedicated API to know if fullscreen/pointerlock can be requested (#19758)
Show description for a6b8143authored
Commits on Jun 23, 2023
Fix EM_CALLBACK_THREAD_CONTEXT_CALLING_THREAD (#19691)
Show description for 0a78042authored
Commits on Jun 21, 2023
Fix -sDETERMINISTIC under node >= 16 (#19663)
Show description for 4158554authored
Commits on Jun 14, 2023
Commits on Jun 13, 2023
Use shorthand object notation where possible. NFC (#19594)
Show description for 23fab93authored
Commits on May 25, 2023
Commits on May 11, 2023
Fix emscripten_set_*_callback() to return EMSCRIPTEN_RESULT_UNKNOWN_TARGET if the target is not known. (#18977)
Show description for 72db270authored
Commits on Apr 18, 2023
Remove deps_info system and the running of llvm-nm on input file. NFC (#18905)
Show description for 1e7b78fauthored
Commits on Apr 1, 2023
Auto-generate signatures for pthread-related functions. NFC (#19112)
Show description for 18e0fadauthored
Commits on Mar 31, 2023
Commits on Mar 30, 2023
Rename allocateUTF8OnStack -> stringToNewUTF8OnStack (#19092)
Show description for cd1aaccauthored
Commits on Mar 27, 2023
Commits on Mar 24, 2023
Start using auto-generated sigs from library_sigs.js. NFC (#19028)
Show description for 1320828authored
Commits on Mar 21, 2023
Use JS names for functions that are JS-only. NFC (#18958)
Show description for 6f793afauthored
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 36eb862authored
Commits on Mar 9, 2023
Mark USE_PTHREADS as legacy. NFC (#18923)
Show description for d24f3caauthored
Commits on Feb 28, 2023
Rename emscripten_main_browser_thread_id to emscripten_main_runtime_thread_id. NFC (#18872)
Show description for f641d74authored
Commits on Feb 27, 2023
Allow JS -> native dependencies to be specified in __deps. NFC (#18849)
Show description for ca5f2bcauthored- authored
Commits on Jan 18, 2023
Take advantage of JS default parameters in JS library code. NFC (#18546)
Show description for 07a2f1cauthored
Commits on Dec 13, 2022
Commits on Oct 11, 2022
Add `dbg()` JS utility function (#18017)
Show description for 8874b81authored
Commits on Sep 2, 2022
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 Jun 14, 2022
Commits on May 9, 2022
Prefix `JSEvent_` function has JS-only library functions. NFC (#16905)
Show description for 3a3f357authored
Commits on Apr 14, 2022
Commits on Mar 7, 2022
Omit `EM_PROXIED_RESIZE_OFFSCREENCANVAS` case when unsupported (#16436)
Show description for dba6fd1authored