Commits
Branch selector
User selector
Commit History
Commits on May 15, 2023
- committed
- authored
Remove commended out debugging code from 2012. NFC (#19364)
Show description for 69be6d3authored
Commits on May 12, 2023
- authored
- committed
Fix 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
[Docs] Update some notes on speed (#19323)
Show description for 8b102b2authoredBind `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 516060bauthoredtest: Add Opera & Edge to list of JSPI-supporting browsers (#19291)
Show description for ab6e3eeauthored- authored
- authored
- authored
Commits on May 10, 2023
- authored
- committed
Build libwasm_worker with standard cflags (#19317)
Show description for 27bb0c1authoredRemove EM_JS version of `console_log` in test code. NFC (#19329)
Show description for dd5ae0fauthoredEnable 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
Remove references to RESERVED_FUNCTION_POINTERS. NFC (#19315)
Show description for 9119428authoredMinor cleanups to library_webgpu.js (#19316)
Show description for d9a6a12authored- authored
Avoid 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