Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
HEAD
9afaf97
Update emsdk version from f1215009 to ed44e9ca (#27474)
by emscripten-bot
· 6 hours ago
main
349bde9
Use more python f-strings. NFC (#27467)
by Sam Clegg
· 23 hours ago
7affcce
Use argv[0] to determine em++ vs emcc. NFC (#27465)
by Sam Clegg
· 24 hours ago
a42bfb3
[emcc.py] Use get_clang helper. NFC (#27464)
by Sam Clegg
· 26 hours ago
b6ca1fe
Move EMCC_REPRODUCE handling. NFC (#27462)
by Sam Clegg
· 27 hours ago
28c2296
Add Safari version check around `webkitfullscreenchange`. NFC (#27461)
by Sam Clegg
· 28 hours ago
a11b6cf
Extract handle_early_exit_flags in emcc.py. NFC (#27460)
by Sam Clegg
· 29 hours ago
7bc2c09
Remove unused test files. NFC (#27458)
by Sam Clegg
· 30 hours ago
6b7c15c
Update emsdk version from ded6d7cb to f1215009 (#27459)
by emscripten-bot
· 30 hours ago
7e97d35
[emcc] Defer early exit flag handling until after option parsing (#27454)
by Sam Clegg
· 31 hours ago
39a0a85
Handle symbolic links in create_entry_points.py (#27453)
by Sam Clegg
· 2 days ago
d212b13
[EH] Apply Call EH personality fix from LLVM (#27445)
by Heejin Ahn
· 2 days ago
8682166
[test] Parse start hex offset when extracting WAT address in test_dwarf (#27455)
by Sam Clegg
· 2 days ago
1754f78
Remove all references to webkitAudioContext. NFC (#27444)
by Sam Clegg
· 2 days ago
c8cfa1e
Remove errors on ancient EMMAKEN environment variables (#27452)
by Sam Clegg
· 2 days ago
223995c
Remove internal `settings.LTO` in favor of `options.lto` (#27422)
by Sam Clegg
· 2 days ago
00149c0
Use `cmdline.options` consistently. NFC (#27439)
by Sam Clegg
· 2 days ago
306c32f
[jslib] Minor cleanups to JS library files. NFC (#27441)
by Sam Clegg
· 2 days ago
eb0aefe
[html5] Align event_data in callback_args_t to max_align_t (#27450)
by Sam Clegg
· 2 days ago
f4509e4
[EH] Make test_embind_val_coro_catch_cpp_exception use @with_all_eh_sjlj (#27446)
by Heejin Ahn
· 2 days ago
6e20fdc
Update emsdk version from 61d205aa to ded6d7cb (#27451)
by emscripten-bot
· 2 days ago
c407b75
Remove a stray line from ChangeLog (#27443)
by Heejin Ahn
· 3 days ago
38e35eb
Update libcxx and libcxxabi from LLVM 21.1.8 to 22.1.8 (#27428)
by Heejin Ahn
· 3 days ago
86ea17d
[OpenAL] Fix sourceSeek crash on stopped sources (#27426)
by Sam Clegg
· 3 days ago
2768c9f
Refactor src/lib/libopenal.js. NFC (#27425)
by Sam Clegg
· 3 days ago
370104f
Update emsdk version from fab320b1 to 61d205aa (#27440)
by emscripten-bot
· 3 days ago
c5e54ea
Update OpenMP from LLVM 1823581ecb to 22.1.8 (#27437)
by Heejin Ahn
· 4 days ago
1ab2950
Mark 6.0.5 as released (#27438)
by emscripten-bot
· 4 days ago
f11cc0b
Experimental shared Wasm GC support (#27427)
by Thomas Lively
· 4 days ago
784b48f
Add AF_UNIX named (pathname) stream socket support under NODERAWSOCKETS (#27424)
by Guy Bedford
· 4 days ago
9e8fbbd
[CI] When updating emsdk version, update existing PR. NFC (#27432)
by Sam Clegg
· 4 days ago
216a193
Fix benchmark.test_zzz_poppler. NFC (#27434)
by Sam Clegg
· 4 days ago
df30ada
Update emsdk version from 5e3cfa38 to fab320b1 (#27433)
by emscripten-bot
· 4 days ago
f70cc14
Avoid running wasm-as with `--all-features` (#27431)
by Sam Clegg
· 4 days ago
1db5137
Remove ./tools/scons/ from ruff exclusion list. NFC (#27423)
by Sam Clegg
· 5 days ago
6.0.5
fec5d61
Revert #27397: Use shlex.split for executables in config file (#27421)
by Sam Clegg
· 5 days ago
0044857
Update ruff to latest version. NFC (#27415)
by Sam Clegg
· 5 days ago
7054160
[openal] Fix AL_SAMPLE_OFFSET and AL_BYTE_OFFSET with buffer 0 (#27420)
by Sam Clegg
· 5 days ago
28030e6
Fix compiler error when exporting integers while emitting tsd (#27412)
by Jeremy Nguyen
· 5 days ago
1172b2d
Fix missing $_emscriptenWasmWorkerPolicy dependency in wasm workers (#27419)
by stephenduong1004
· 5 days ago
d983d28
Fix warning for link-only flags that contains `=` (e.g. `--closure=1`) (#27410)
by Sam Clegg
· 5 days ago
34cf549
Update emsdk version from 926b6837 to 5e3cfa38 (#27416)
by emscripten-bot
· 8 days ago
ac90a66
Mark 6.0.4 as released (#27413)
by emscripten-bot
· 9 days ago
466e11d
Simplify LTO flag passing in `get_clang_flags` (#27407)
by Sam Clegg
· 9 days ago
3e9a4c0
Remove redundant llvm args from link_lld. NFC (#27409)
by Sam Clegg
· 9 days ago
fe5be6a
Fix config string parsing for windows pathnames (with backslashes) (#27408)
by Sam Clegg
· 9 days ago
6.0.4
41ec5c7
Update emsdk version from 9308e6ad to 926b6837 (#27406)
by emscripten-bot
· 9 days ago
4e8579a
Implement recvmmsg and sendmmsg (#27395)
by Guy Bedford
· 10 days ago
0b2ed01
Skip pkg-config tests on windows (#27405)
by Sam Clegg
· 10 days ago
64b7374
Use shlex.split for executables in config file. (#27397)
by Sam Clegg
· 10 days ago
62af666
Update mimalloc to 3.4.1 (#27380)
by Kleis Auke Wolthuizen
· 10 days ago
c43384e
Update emsdk version from 8adab2e4 to 9308e6ad (#27404)
by emscripten-bot
· 10 days ago
6d8b2c1
Fix recvmsg msghdr outputs (#27399)
by Guy Bedford
· 11 days ago
e5e7313
Add design doc for native clang frontend (#27398)
by Sam Clegg
· 11 days ago
dad92aa
Include heap views only when needed (#27269)
by Brendan Dahl
· 11 days ago
ed36d7e
Automatic rebaseline of codesize expectations. NFC (#27400)
by emscripten-bot
· 11 days ago
97bc84a
Backport fix for musl's qsort (CVE-2026-40200) (#27029)
by HCL-JasonR
· 11 days ago
46ca7ed
Update emsdk version from fc776de7 to 8adab2e4 (#27393)
by emscripten-bot
· 11 days ago
c859929
Fix synchronously proxied async JS functions under ASYNCIFY (#27375)
by Guy Bedford
· 12 days ago
c8c8b8a
[sync_deps.py] Error out if target directory is not clean (#27391)
by Sam Clegg
· 12 days ago
597849e
Allow environment variables in config strings. NFC (#27215)
by Sam Clegg
· 12 days ago
1c6fa69
Build arm64 version of pylauncher.exe (#27360)
by Sam Clegg
· 12 days ago
e9a6e86
Second attempt at fixing SkiaPerfBenchmarker (#27389)
by Sam Clegg
· 12 days ago
cdb111e
[test] Remove duplicate emmake declaration. NFC (#27388)
by Sam Clegg
· 12 days ago
fbb73a8
Update emsdk version from 4bfdde80 to fc776de7 (#27385)
by emscripten-bot
· 12 days ago
7b8fef2
Fix SkiaPerfBenchmarker (#27370)
by Sam Clegg
· 12 days ago
be4262a
[config] Remove support for legacy environment variables (#27381)
by Sam Clegg
· 12 days ago
487a372
Update llvm-libc from LLVM 21.1.8 to 22.1.8 (#27374)
by Heejin Ahn
· 13 days ago
3bb2b49
Apply ruff checks to files under `system/lib`. NFC (#27384)
by Sam Clegg
· 13 days ago
2e02343
Fix update_openmp.py, openmp README. NFC (#27383)
by Sam Clegg
· 13 days ago
c9cdff6
Remove legacy library symbols: $ALLOC_NORMAL, $ALLOC_STACK, $allocate (#27378)
by Sam Clegg
· 13 days ago
cf1becd
Update emsdk version from c09b2d2f to 4bfdde80 (#27379)
by emscripten-bot
· 13 days ago
91f0234
NODERAWSOCKETS: socket fstat and SO_TYPE/SO_LINGER/TCP_MAXSEG options (#27306)
by Guy Bedford
· 2 weeks ago
dcfb343
Simplify NODERAWSOCKETS test output to 'done'. NFC (#27373)
by Guy Bedford
· 2 weeks ago
3322f0a
Mark SOCKET_WEBRTC as deprecated (#27371)
by Sam Clegg
· 2 weeks ago
44d9f22
Update Emscripten Toolchain Requirements docs (#27369)
by Sam Clegg
· 2 weeks ago
7143cc1
Add third_party/README.md. NFC (#27365)
by Sam Clegg
· 2 weeks ago
3f62453
Update emsdk version from ca2b1316 to c09b2d2f (#27368)
by emscripten-bot
· 2 weeks ago
0b10e35
[docs] Update deprecated / incorrect W3C spec URLs (#27262)
by Sam Clegg
· 2 weeks ago
e463a5d
Teach metadce about WASM_ESM_INTEGRATION (#27218)
by Guy Bedford
· 2 weeks ago
f062699
Support multi-value returns in TS definitions (#27332)
by stephenduong1004
· 2 weeks ago
3f02352
Update emsdk version from 3c1f46b2 to ca2b1316 (#27361)
by emscripten-bot
· 2 weeks ago
7aa3cc4
[docs] Update deprecated specification URLs to https and canonical domains (#27337)
by Sam Clegg
· 2 weeks ago
9cbdf2d
Remove mingw build script for pylauncher. NFC (#27357)
by Sam Clegg
· 2 weeks ago
f8b30fd
Bump pip dev dependency: coverage, ruff and mypy. NFC (#27350)
by Sam Clegg
· 2 weeks ago
e44858e
Update emsdk version from 3baae256 to 3c1f46b2 (#27355)
by emscripten-bot
· 2 weeks ago
724e288
Fix string template in rebaseline_tests.py. NFC (#27354)
by Sam Clegg
· 3 weeks ago
d50368d
Update emsdk version from 89f7c6bc to 3baae256 (#27353)
by emscripten-bot
· 3 weeks ago
3d621be
[CI] Fix branch name update-emsdk.yml
by Sam Clegg
· 3 weeks ago
45be815
Improve `rebaseline_tests.py --update-emsdk` to enable llvm and binaryen version bumps (#27352)
by Sam Clegg
· 3 weeks ago
571371e
Add changelog entry for cleanup of legacy DOM APIs. NFC (#27346)
by Sam Clegg
· 3 weeks ago
ee5cacb
Remove legacy vendor-prefixed DOM APIs and fallbacks (#27347)
by Sam Clegg
· 3 weeks ago
35f10b7
Remove requestFullScreen assertion. NFC (#27348)
by Sam Clegg
· 3 weeks ago
eec3aed
Report host uid/gid credentials under NODERAWFS (#27319)
by Guy Bedford
· 3 weeks ago
a325eed
Prefer single quotes for stings in JS library files. NFC (#27322)
by Sam Clegg
· 3 weeks ago
9619377
Improve commit message for rebaseline_tests.py emsdk updates. NFC (#27344)
by Sam Clegg
· 3 weeks ago
94c12a9
Fix location of openmp README.md (#27345)
by Sam Clegg
· 3 weeks ago
f01f695
Remove workarounds for old DOM APIs prior ot event.movementX/Y (#27341)
by Sam Clegg
· 3 weeks ago
1416430
Remove support for old vendor-prefixed screen orientation API (#27339)
by Sam Clegg
· 3 weeks ago
5c65e27
Update emsdk version used in testing (#27343)
by emscripten-bot
· 3 weeks ago
Next »