Commits
User selector
Commit History
Commits on May 3, 2023
Commits on Mar 31, 2023
Commits on Mar 24, 2023
Start using auto-generated sigs from library_sigs.js. NFC (#19028)
Show description for 1320828authoredAlways include library_sdl.js and library_glfw.js conditionally (#19057)
Show description for 978e102authored
Commits on Mar 22, 2023
Improve error/warning reporting during JS library processing (#19029)
Show description for 6071f78authoredAutomatically generate `__sig` properties for JS library symbols (#18985)
Show description for 592aecaauthored
Commits on Mar 21, 2023
Store generated struct info rather than auto-generating it in the sysroot. NFC (#19013)
Show description for 7e5ab40authored
Commits on Mar 20, 2023
Use new cDefs proxy object rather than cDefines function. NFC (#19015)
Show description for 385e037authored
Commits on Mar 9, 2023
Mark USE_PTHREADS as legacy. NFC (#18923)
Show description for d24f3caauthored
Commits on Jan 31, 2023
[Promise] Add a C API for promises (#18598)
Show description for 7a0a060authored
Commits on Jan 24, 2023
Commits on Jan 23, 2023
Cleanup handling of unexported symbols in src/modules.js. NFC (#18572)
Show description for 4d0df7fauthored- authored
Commits on Jan 20, 2023
modules.js: Remove old elements from runtimeElements. NFC (#18569)
Show description for a290909authoredAlways warn at link time on bad EXPORTED_RUNTIME_METHODS (#18567)
Show description for b4b6b8fauthored
Commits on Jan 14, 2023
Simplify JS preprocessor so it always takes a filename. NFC (#18522)
Show description for d46b424authored
Commits on Nov 29, 2022
Improve error messages from jsifier (#18266)
Show description for 6acd733authored
Commits on Nov 7, 2022
Use Node's path helpers under NODERAWFS (#17849)
Show description for febd44bauthored
Commits on Oct 14, 2022
Deprecate export of module handlers via `EXPORTED_RUNTIME_METHODS` (#17955)
Show description for 30f50a9authored
Commits on Aug 29, 2022
dynCallLegacy: Fill in dynCall_sig with a Wasm adaptor if it is missing (#17328)
Show description for 704218fauthored
Commits on Aug 19, 2022
Define getTempRet0/setTempRet0 in native code (#17581)
Show description for 6065bcdauthored
Commits on Aug 17, 2022
Implement autodebug function in JS library code. NFC (#17658)
Show description for 7825e82authored
Commits on Aug 1, 2022
Move get/setTemprRet0 from runtime to library JS code. NFC (#17554)
Show description for dd190d7authored
Commits on Jul 18, 2022
Detect direct/internal usage of all missing library symbols (#17418)
Show description for a741786authored
Commits on Jul 13, 2022
- authored
Make ccall/cwrap into library functions (#17433)
Show description for 81948f0authoredAllow `run` in EXPORTED_RUNTIME_SYMBOLS, even under MINIMAL_RUNTIME (#17425)
Show description for 8185819authoredMove `warnOnce` to JS library (#17423)
Show description for 2564354authoredConvert extended string handling functions into JS library code (#17403)
Show description for f08ae1cauthored
Commits on Jul 12, 2022
Remove redundant alias handling in JS compiler. NFC. (#17420)
Show description for b96bcd3authored- authored
Commits on Jul 8, 2022
- authored
Remove special handling of stackSave/stackRestore/stackAlloc (#17399)
Show description for cc1112aauthored
Commits on Jul 7, 2022
Don't export 'run' runtime method by default (#17383)
Show description for cbcda4bauthored