Commits
User selector
Commit History
Commits on Dec 6, 2023
Use `globalThis` rather than `global` in JS compiler. NFC (#20856)
Show description for 0b8d83cauthored
Commits on Oct 26, 2023
Commits on Oct 2, 2023
Make noExitRuntime into a library symbol (#20336)
Show description for 4e72237authored
Commits on Sep 27, 2023
Handle shorthand method syntax in JS libs (#20328)
Show description for c8a5acdauthored
Commits on Sep 26, 2023
Move early returns earlier in addFromLibrary. NFC (#20339)
Show description for 8d39444authored
Commits on Sep 20, 2023
Handle library funcs added during jsifier process. (#20299)
Show description for c515ebeauthoredRemove old/unused warning from jsifier (#20298)
Show description for 4e0543aauthored
Commits on Aug 29, 2023
- authored
Add type checking for all JS library decorators (#20110)
Show description for 7858816authored
Commits on Aug 28, 2023
Always fixup custom `__proxy` attributes in library_html5_webgl.js (#20135)
Show description for 7cd6360authored
Commits on Aug 23, 2023
Commits on Aug 21, 2023
Fix some embind tests under >2gb addressing (#20079)
Show description for f51bb55authored
Commits on Aug 7, 2023
Mark "missing symbol" stub functions as such (#19990)
Show description for bc15162authoredSimplify proxiedFunctionTable. NFC (#19987)
Show description for 4fb111fauthored
Commits on Aug 4, 2023
Commits on Jul 11, 2023
Avoid the use of `arguments` global in `__cxa_find_matching_catch`. NFC (#19760)
Show description for 9c3f231authored
Commits on Jul 7, 2023
Commits on Jul 6, 2023
Allow JS method notion in JS library file. NFC (#19783)
Show description for a99a5bfauthored
Commits on Jul 1, 2023
Allow handling of single expression arrow functions in modifyJSFunction (#19771)
Show description for fc0f28cauthored
Commits on Jun 30, 2023
Automatically convert i32 pointer args to unsigned when CAN_ADDRESS_2GB is set (#19740)
Show description for 1b3533eauthored
Commits on Jun 29, 2023
Avoid setting CAN_ADDRESS_2GB with MEMORY64 (#19752)
Show description for c043654authored
Commits on Jun 28, 2023
Commits on Jun 27, 2023
Automate i64 -> i53 conversions parameters and return values of JS library funcs. (#19711)
Show description for 3d9a5b0authored
Commits on Jun 14, 2023
Commits on Jun 13, 2023
Use shorthand object notation where possible. NFC (#19594)
Show description for 23fab93authoredImprove/cleanup `-sVERBOSE` output (#19588)
Show description for eae227dauthored
Commits on Jun 8, 2023
Allow arrow functions in JS libraries. NFC (#19539)
Show description for 48b0645authored
Commits on Jun 7, 2023
Simplify modifyFunction helper function. NFC (#19551)
Show description for 65cfbfaauthored
Commits on Jun 1, 2023
Wasm64: Generate signature automatically for webgpu JS libraries. NFC (#19489)
Show description for dce329dauthored
Commits on May 17, 2023
Commits on May 16, 2023
Commits on Apr 18, 2023
Remove deps_info system and the running of llvm-nm on input file. NFC (#18905)
Show description for 1e7b78fauthoredDon't include __cxa_find_matching_catch helpers with WASM_EXCEPTIONS. NFC (#19195)
Show description for 8fc85aaauthored
Commits on Apr 17, 2023
Don't ignore errors in `compiler.js --symbols-only` (#19184)
Show description for 5f84e88authored