Commits
User selector
Commit History
Commits on May 11, 2023
Move last remaining code in runtime.js into parseTools.js. NFC (#19338)
Show description for 5fb5fe7authored
Commits on May 3, 2023
Use JS Set rather than list for ALL_INCOMING_MODULE_JS_API. NFC (#19286)
Show description for c513aedauthored
Commits on May 1, 2023
Assert if splitI64 used when WASM_BIGINT is enabled. NFC (#19269)
Show description for 90732f8authored
Commits on Apr 29, 2023
Add debug range checks for makeSetValue (#19251)
Show description for ba2633bauthored
Commits on Apr 28, 2023
makeSetValue: Remove references to long-unused args. NFC (#19257)
Show description for c12ec5bauthoredRemove `getNativeFieldSize` build-time helper. NFC (#19258)
Show description for 6791b1cauthored
Commits on Apr 26, 2023
Remove dead code (`getTypeFromHeap`) from src/parseTools.js. NFC (#19250)
Show description for 165cc15authored
Commits on Apr 24, 2023
Make makeSetValue rounding consistent with HEAPI64.set() (#19239)
Show description for e2918aeauthoredDeprecate `sep` argument to makeSetValue. NFC (#19240)
Show description for a531c68authored
Commits on Apr 17, 2023
Don't ignore errors in `compiler.js --symbols-only` (#19184)
Show description for 5f84e88authored
Commits on Apr 12, 2023
Remove `makeMalloc` utility function. NFC (#19160)
Show description for c4c0ecdauthored
Commits on Apr 5, 2023
Support OPFS on the main thread with JSPI. (#19063)
Show description for 12e2c96authored
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 3a285cbauthored
Commits on Mar 28, 2023
Commits on Mar 22, 2023
Improve error/warning reporting during JS library processing (#19029)
Show description for 6071f78authored
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
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 24, 2023
Add runtime check for MIN_NODE_VERSION (#18845)
Show description for a957d7dauthored
Commits on Feb 22, 2023
Move build time `Runtime` object to parseTools_legacy. NFC (#18823)
Show description for 8c2a8a1authored
Commits on Feb 17, 2023
Support the `EXCEPTION_STACK_TRACES` option for Emscripten EH (#18535)
Show description for b8ce655authored
Commits on Feb 10, 2023
Add i53 support for `makeSetValue` (#18688)
Show description for 6b9eaf3authored
Commits on Feb 8, 2023
- authored
Simplify getFastValue function. NFC (#18680)
Show description for ccfd4daauthored- authored
Remove dead code from makeSetValue (#18678)
Show description for b3ea75cauthored
Commits on Jan 27, 2023
Commits on Jan 26, 2023
dylink: Synchronize dlsym calls (as well as dlopen) between threads (#18590)
Show description for e883361authored
Commits on Jan 25, 2023
Use `wasmImports` as the single global symbol table for dynamic linking (#18540)
Show description for 612577aauthored
Commits on Jan 24, 2023
Remove unneeded exportedAsmFunc helper. NFC (#18588)
Show description for 5c756deauthored
Commits on Jan 18, 2023
Take advantage of JS default parameters in JS library code. NFC (#18546)
Show description for 07a2f1cauthored
Commits on Jan 17, 2023
Process --pre-js and --post-js files in jsifier.js (#18525)
Show description for 3576375authored