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 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
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
jsifier: Make JS libraries aliases work even when native export exists (#19046)
Show description for 3a285cbauthoredAdd a new way to mark async imports in library files. (#19093)
Show description for 8385a1cauthored
Commits on Mar 23, 2023
jsifier: Simplify runJSify. NFC (#19047)
Show description for 07af96aauthoredMove __deps type checking into mergeInto. NFC (#19045)
Show description for 9d46f34authored
Commits on Mar 22, 2023
[Wasm64] Check argument names in convertPointerParams. NFC (#19039)
Show description for ac75bb0authoredAutomatically generate `__sig` properties for JS library symbols (#18985)
Show description for 592aecaauthored
Commits on Mar 20, 2023
Revert preprocesing of pre/post JS files (#19006)
Show description for b2dbf78authored
Commits on Mar 9, 2023
Mark USE_PTHREADS as legacy. NFC (#18923)
Show description for d24f3caauthored
Commits on Feb 27, 2023
Allow JS -> native dependencies to be specified in __deps. NFC (#18849)
Show description for ca5f2bcauthored
Commits on Feb 24, 2023
Remove LLD_REPORT_UNDEFINED setting (#18342)
Show description for ca19311authored
Commits on Feb 10, 2023
jsifier.js: Move `__proxy` handling so it happens before wasm64 wrapping (#18707)
Show description for 16f6a35authored
Commits on Jan 25, 2023
Use `wasmImports` as the single global symbol table for dynamic linking (#18540)
Show description for 612577aauthored
Commits on Jan 23, 2023
Commits on Jan 20, 2023
Commits on Jan 18, 2023
Minor refactor/renaming in jsifier.js. NFC (#18547)
Show description for 2e2ea41authoredCleanup usage of headless.js. NFC (#18549)
Show description for 7740e81authored
Commits on Jan 17, 2023
Process --pre-js and --post-js files in jsifier.js (#18525)
Show description for 3576375authoredRemove ASSERTIONS JavaScript global by default (#18523)
Show description for 047f322authored
Commits on Jan 14, 2023
Simplify JS preprocessor so it always takes a filename. NFC (#18522)
Show description for d46b424authoredMinor refactor of jsifier.js. NFC (#18520)
Show description for 6946379authored
Commits on Dec 22, 2022
- authored
Simplify preamble preprocessing logic. NFC (#18420)
Show description for 7a86519authoredRemove redundant `{{BODY}}` mark logic. NFC (#18398)
Show description for 0cf25acauthored
Commits on Dec 14, 2022
More minor optimization to `compiler.js --symbols-only`. NFC (#18367)
Show description for 25bbb0aauthored
Commits on Dec 9, 2022
Minor optimizations for `compiler.js --symbols-only`. NFC (#18347)
Show description for 22b1377authored
Commits on Dec 6, 2022
Speed up running of JS compiler in LLD_REPORT_UNDEFINED mode. NFC (#18320)
Show description for 58a52abauthored
Commits on Nov 29, 2022
Improve error messages from jsifier (#18266)
Show description for 6acd733authored
Commits on Nov 21, 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