Commits
User selector
Commit History
Commits on Sep 12, 2023
Optimise handleAsync for JSPI (#20236)
Show description for 789d45dauthored- authored
Commits on Sep 11, 2023
Commits on Sep 7, 2023
Use arrow functions in handleSleep calls. NFC (#20200)
Show description for 6e9e558authored
Commits on Aug 16, 2023
Add addToLibrary compile time helper function (#20044)
Show description for 8ab7b6dauthored
Commits on Aug 4, 2023
Commits on Aug 1, 2023
Commits on Jul 26, 2023
Rename `asm` to `wasmExports` under MINIMAL_RUNTIME (#19901)
Show description for 0bf0d39authoredFixes for WebGPU + wasm64 (#19902)
Show description for 5c96b3fauthored
Commits on Jul 17, 2023
Fix ASYNCIFY=1 with MEMORY64 (#19790)
Show description for 96df1a7authored
Commits on Jul 12, 2023
Fix synchronous functions being added to Asyncify.asyncExports (#19839)
Show description for 3a717f6authoredReplace `Module["asm"]` with `wasmExports` global (#19816)
Show description for 68ee2afauthoredAllow DEFAULT_LIBRARY_FUNCS_TO_INCLUDE to have native deps. NFC (#19843)
Show description for f2fc713authored
Commits on Jul 7, 2023
Commits on Jun 30, 2023
Support JSPI'd pthread entry function. (#19041)
Show description for 09e43acauthored
Commits on Jun 29, 2023
Reimplement emscripten_wget in C (#19739)
Show description for f5a1faaauthored
Commits on Jun 21, 2023
JSPI - Add missing signature for emval's await. (#19661)
Show description for 4962b3bauthored
Commits on Jun 13, 2023
Use shorthand object notation where possible. NFC (#19594)
Show description for 23fab93authoredHandle wildcards in ASYNCIFY_EXPORTS when intrumenting exports (#19298)
Show description for 9052744authored
Commits on May 15, 2023
Convert more JS code to use string template literals (#19351)
Show description for 0c5e7eeauthored
Commits on May 9, 2023
Avoid using String.replaceAll at compile time. NFC (#19314)
Show description for b280116authored
Commits on May 5, 2023
Correctly instrument ASYNCIFY_IMPORTS with a wildcard (#19280)
Show description for f642503authored
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