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 5, 2023
Commits on Mar 30, 2023
Add a new way to mark async imports in library files. (#19093)
Show description for 8385a1cauthored
Commits on Mar 24, 2023
Start using auto-generated sigs from library_sigs.js. NFC (#19028)
Show description for 1320828authored
Commits on Mar 22, 2023
[Wasm64] Check argument names in convertPointerParams. NFC (#19039)
Show description for ac75bb0authored
Commits on Mar 20, 2023
Update JS library signatures (#18995)
Show description for e5ee191authored
Commits on Mar 7, 2023
JSPI - Support async embind function bindings. (#18847)
Show description for 7ff81dfauthored
Commits on Feb 1, 2023
Support using JSPI to load secondary wasm-split module. (#18519)
Show description for dd74679authored
Commits on Jan 26, 2023
dylink: Synchronize dlsym calls (as well as dlopen) between threads (#18590)
Show description for e883361authored
Commits on Jan 24, 2023
Commits on Jan 18, 2023
Take advantage of JS default parameters in JS library code. NFC (#18546)
Show description for 07a2f1cauthored
Commits on Dec 9, 2022
Move fiber init functions into wasm. NFC (#18339)
Show description for 195de29authored
Commits on Nov 11, 2022
Support ASYNCIFY_IMPORTS and add ASYNCIFY_EXPORTS for JSPI. (#18165)
Show description for cd73024andauthored
Commits on Nov 7, 2022
Use Node's path helpers under NODERAWFS (#17849)
Show description for febd44bauthored
Commits on Oct 11, 2022
Add `dbg()` JS utility function (#18017)
Show description for 8874b81authored
Commits on Oct 7, 2022
JSPI - Fix multiple async calls exiting early. (#18000)
Show description for f8dc4baauthored
Commits on Oct 4, 2022
Fix closure warnings when compiling with ASYNCIFY=2. (#17981)
Show description for 812d797authored
Commits on Sep 14, 2022
Add support for the new JavaScript promise integration API. (#17724)
Show description for 7b458fbauthored
Commits on Aug 31, 2022
Overwrite any existing file when using emscripten_wget (#17742)
Show description for 3102630authored
Commits on Aug 18, 2022
asyncify: Fix possible infinite recursion in maybeStopUnwind (#17668)
Show description for 2b9c6ddauthored
Commits on Jul 19, 2022
Asyncify: Add support for dynamic linking (#15893)
Show description for 7f8dfa7authored
Commits on Jul 8, 2022
Remove needless internal use of Module object. NFC (#17388)
Show description for aa0ed29authored
Commits on Jul 7, 2022
Move addFunction/removeFunction to JS library (#17370)
Show description for 9585abdauthored
Commits on Jun 2, 2022
Add Asyncify signatures + missing returns (#17134)
Show description for c4cb998authored
Commits on May 27, 2022
Initial Wasm Stack Switching support (#16779)
Show description for 2ac0877authored
Commits on Feb 15, 2022
Consistent use of `typeof` operator in JS library code. NFC (#16261)
Show description for 1ebd4c8authored
Commits on Jan 18, 2022
library_async.js: Use arrow functions where possible. NFC (#16051)
Show description for a02b17cauthored
Commits on Sep 8, 2021
Fix Asyncify + MAIN_MODULE (#14996)
Show description for 89c56baauthored
Commits on Sep 3, 2021
Avoid an assertion on the asyncify state changing during shutdown (#14974)
Show description for fcd883fauthored
Commits on Aug 19, 2021
Remove Asyncify's afterUnwind (#14914)
Show description for 8cbca51authored
Commits on Aug 18, 2021
Wrap wakeUp in a promise for emscripten_scan_registers. (#14852)
Show description for a4b8e43authored
Tobias Thyrrestrup
Commits on Jul 26, 2021
- authored
Add EM_ASYNC_JS macro (#14728)
Show description for e77e71cauthored
Commits on Jul 21, 2021
Asyncify Embind exports (#14664)
Show description for 9ffd36dauthored
Commits on Jun 21, 2021
Split out wget API into seperate header and JS implementation. (#14388)
Show description for e76237bauthored