Commits
User selector
Commit History
Commits on Jul 31, 2023
Commits on Jul 30, 2023
- authored
Fix applySignatureConversions under -O3. NFC (#19910)
Show description for 2bcdf0aauthored
Commits on Jul 27, 2023
- authored
- authored
- authored
Fix embind error message (#19917)
Show description for 985c489authored- authored
Commits on Jul 26, 2023
Rename `asm` to `wasmExports` under MINIMAL_RUNTIME (#19901)
Show description for 0bf0d39authoredFixes for WebGPU + wasm64 (#19902)
Show description for 5c96b3fauthoredContinue transition from `asm` to `wasmExports`. NFC (#19900)
Show description for fa2a1f3authored
Commits on Jul 25, 2023
Fix for SINGLE_FILE running under shell environment (#19851)
Show description for b525506authored- authored
Commits on Jul 17, 2023
Fix ASYNCIFY=1 with MEMORY64 (#19790)
Show description for 96df1a7authored
Commits on Jul 12, 2023
Fix synchronous functions being added to Asyncify.asyncExports (#19839)
Show description for 3a717f6authoredReplace `Module["asm"]` with `wasmExports` global (#19816)
Show description for 68ee2afauthoredAllow DEFAULT_LIBRARY_FUNCS_TO_INCLUDE to have native deps. NFC (#19843)
Show description for f2fc713authoredAvoid use of JS `arguments` in export wrappers (#19830)
Show description for f38ebefauthored
Commits on Jul 11, 2023
- authored
Avoid the use of `arguments` global in `__cxa_find_matching_catch`. NFC (#19760)
Show description for 9c3f231authoredDon't generate function wrappers for exported tags. NFC (#19809)
Show description for ac1e708authored- authored
- authored
Commits on Jul 10, 2023
Simplify createExportWrapper. NFC (#19817)
Show description for 8b5c868authoredDeprecate `EM_LOG_FUNC_PARAMS` flag to emscripten_log/emscripten_get_callstack (#19820)
Show description for 81c887bauthoredRemove data URL handling from low level `read_`/`readAsync` functions. NFC (#19792)
Show description for 84e1d04authoredRemove unnecessary updateExport macro in library_glemu.js. NFC (#19824)
Show description for 7fa9b69authoredAutomatically convert pointer args for wasmfs funcs. NFC (#19823)
Show description for 34dff27authored
Commits on Jul 9, 2023
Use dedicated API to know if fullscreen/pointerlock can be requested (#19758)
Show description for a6b8143authored
Commits on Jul 7, 2023
- authored
embind: Generate TS definitions for more bindings. (#19787)
Show description for 589de20authoredJSPI - Fix ccall. (#19800)
Show description for 6c6c7c3authoredClarify comments on Emscripten EH-based settings (#19803)
Show description for d316e3eauthored
Commits on Jul 6, 2023
Skip `fetch()` code under `SINGLE_FILE` (#19789)
Show description for 7205faeauthored