Commits
User selector
Commit History
Commits on May 12, 2023
Use HandleAllocator for wasm workers. NFC
Show description for 978d44fcommittedFix bug in wasm preload plugin (#19342)
Show description for 6ab4f3aauthored
Commits on May 11, 2023
- authored
Move last remaining code in runtime.js into parseTools.js. NFC (#19338)
Show description for 5fb5fe7authored- authored
- authored
Bind `err` to `console.error` rather than `console.warn` (#19326)
Show description for cbc1902authoredMove dlopen file operations into native code. NFC (#19310)
Show description for a36c3f6authoredFix emscripten_set_*_callback() to return EMSCRIPTEN_RESULT_UNKNOWN_TARGET if the target is not known. (#18977)
Show description for 72db270authoredHonor `DEFAULT_PTHREAD_STACK_SIZE` in `pthread_attr_init` (#19333)
Show description for 516060bauthored- authored
- authored
Commits on May 10, 2023
Enable wasm workers to run under node (#19322)
Show description for ca1d374authoredMove LD_LIBRARY_PATH handling to native code. NFC (#19321)
Show description for 9eff02bauthored[WasmFS] Gracefully error when moving OPFS directory (#19320)
Show description for f2cca1aauthored- authored
Commits on May 9, 2023
Minor cleanups to library_webgpu.js (#19316)
Show description for d9a6a12authoredAvoid using String.replaceAll at compile time. NFC (#19314)
Show description for b280116authored- authored
Remove some hardcoded exports that can now be handled by JS __deps. NFC (#19313)
Show description for 4874997authoredStart using JS string template in JS code (#19285)
Show description for 3c822efauthored- authored
Commits on May 8, 2023
Move wasm module preload plugin out of library_browser.js. NFC (#18963)
Show description for 1386520authoredOptimize code size of dynCall() when MEMORY64 is used, and add a memory size limit check. (#19288)
Show description for 7eacfccauthored
Commits on May 5, 2023
Correctly instrument ASYNCIFY_IMPORTS with a wildcard (#19280)
Show description for f642503authored
Commits on May 3, 2023
Use JS Set rather than list for ALL_INCOMING_MODULE_JS_API. NFC (#19286)
Show description for c513aedauthoredAssume that browser has working URL object (#19283)
Show description for 5aee123authored- authored
- authored
Commits on May 2, 2023
- authored
Remove fallback to BlobBuilder if Blob constructor is missing (#19277)
Show description for 3130e06authored
Commits on May 1, 2023
Assert if splitI64 used when WASM_BIGINT is enabled. NFC (#19269)
Show description for 90732f8authored[Wasm64] Enable emescipten exceptions and SjLj (#19262)
Show description for dc4d654authored
Commits on Apr 29, 2023
- authored
Add debug range checks for makeSetValue (#19251)
Show description for ba2633bauthored