Commits
User selector
Commit History
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
Commits on Feb 16, 2022
Fix closure warnings in wasm2s.test_dylink_syslibs_all. NFC (#16308)
Show description for dddc18dauthored
Commits on Feb 15, 2022
Consistent use of `typeof` operator in JS library code. NFC (#16261)
Show description for 1ebd4c8authored
Commits on Dec 5, 2021
Use Object.assign where available. NFC (#15708)
Show description for 0ca3406authored
Commits on Dec 2, 2021
[NFC] Remove _emscripten_call_on_thread (#15687)
Show description for db7831dauthored
Commits on Oct 15, 2021
Commits on Oct 1, 2021
Move emscripten_console_log and other common library functions (#15122)
Show description for b13d02dauthored
Commits on Sep 28, 2021
Fix emscripten_clear_immediate under node (#15159)
Show description for 4840fb3authored
Commits on Sep 23, 2021
Commits on Aug 6, 2021
Added timestamp to EmscriptenTouchEvent (#14752)
Show description for 071b8b1andauthored
Commits on Jul 27, 2021
Convert all tests/pthreads/* to use `btest_exit` (#14727)
Show description for db2f234authored
Commits on Jun 30, 2021
Commits on Jun 9, 2021
Use keepalive system in emscipten_set_timeout et al. (#14416)
Show description for a8a0d8eauthored