Commits
User selector
Commit History
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
Commits on Jan 14, 2023
Simplify JS preprocessor so it always takes a filename. NFC (#18522)
Show description for d46b424authored
Commits on Jan 4, 2023
- authored
Remove references to `tempDoublePtr` JS var. NFC (#18432)
Show description for b7dfb58authored
Commits on Jan 3, 2023
Remove long-unused third argument to calcFastOffset. NFC (#18434)
Show description for 4526a8dauthored
Commits on Dec 22, 2022
Remove unused `lineOffset` parameter. NFC (#18399)
Show description for 798dbf0authored
Commits on Dec 6, 2022
Commits on Nov 29, 2022
Improve error messages from jsifier (#18266)
Show description for 6acd733authored
Commits on Nov 17, 2022
Add support for `-sEXPORT_ES6`/`*.mjs` on Node.js (#17915)
Show description for ce4c405authoredFix variable name typo. NFC (#18225)
Show description for cb8b8feauthored
Commits on Nov 10, 2022
Use arrow functions in makeDynCall. NFC (#18173)
Show description for b92f824authored
Commits on Sep 29, 2022
[Wasm64] Enable dynamic linking (#17914)
Show description for 40bafe9authored
Commits on Aug 29, 2022
Rename runOnMainThread -> runIfMainThread (#17740)
Show description for 88e0622authored
Commits on Aug 11, 2022
[Wasm64] Fix makeSetValue of i64s with WASM_BIGINT (#17619)
Show description for 654f45fauthored
Commits on Jul 26, 2022
Rename tests/ to test/. NFC (#17502)
Show description for 7d291a7authored
Commits on Jul 18, 2022
Remove unused `align` support in makeGetValue/makeSetValue (#17462)
Show description for 36899b5authoredRemove most of the use of `else after return` from JS library code. NFC (#17450)
Show description for a3d8979authored[WasmFS] Fix FS.readFile + WASM_BIGINT (#17316)
Show description for e79f10eauthored
Commits on Jul 7, 2022
Handle JS compiler warning in python (#17365)
Show description for 8c3fe4dauthored
Commits on Jul 6, 2022
Make EXPORTED_RUNTIME_METHODS work for library functions (#17369)
Show description for 6f9e532authored