Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
HEAD
319a76c
Replace `FS_createPreloadedFile` with async version (#24917)
by Sam Clegg
· 34 minutes ago
main
b6ab3e4
Remove separate growableHeap.js. NFC (#24922)
by Sam Clegg
· 3 hours ago
59f01d8
[file_packager] Use null chaining. NFC (#24921)
by Sam Clegg
· 3 hours ago
678bcbf
Use `withStackSave` in `emscripten_async_wget`. NFC (#24918)
by Sam Clegg
· 5 hours ago
fb88001
Avoid use of `dependenciesFulfilled` in `emscripten_lazy_load_code`. NFC (#24916)
by Sam Clegg
· 20 hours ago
43baa09
Convert `FS_handledByPreloadPlugin` and plugin `handle` callback to async. (#24914)
by Sam Clegg
· 20 hours ago
df64a3d
[libdylink.js] Avoid string key for private field. NFC (#24915)
by Sam Clegg
· 21 hours ago
a105a6a
Update SDL2 from 2.32.0 to 2.32.8 (#24912)
by Sam Clegg
· 26 hours ago
0a355ee
Avoid unnecessary use of array.forEach in JS. NFC (#24895)
by Sam Clegg
· 26 hours ago
889fda2
[file_packager] Convert fetchRemotePackage to async. NFC (#24893)
by Sam Clegg
· 27 hours ago
59cb965
Mark `--preload-file` as incompatible with `MINIMAL_RUNTIME`. NFC (#24910)
by Sam Clegg
· 27 hours ago
dfd6162
Remove launcher scripts from git (#23761)
by Sam Clegg
· 28 hours ago
5cfdfaa
Remove assertions on the return type of URL.createObjectURL. NFC (#24909)
by Sam Clegg
· 28 hours ago
d7c8aa7
[file_packager] Remove handleError. NFC (#24908)
by Sam Clegg
· 2 days ago
7b640e5
Make sdl-config/sdl2-config into simple shell scripts (#24907)
by Sam Clegg
· 2 days ago
83b1301
[file_packager] Remove unused `errback` fetchRemovePackage. NFC (#24904)
by Sam Clegg
· 2 days ago
9aeb3f0
Cleanup test_missing_data_throws_error. NFC (#24902)
by Sam Clegg
· 2 days ago
3e1993c
[file_packager] Remove support for old fetch polyfill. NFC (#24901)
by Sam Clegg
· 2 days ago
af78792
Fix test_prepost_run_dep after #24890 (#24898)
by Sam Clegg
· 4 days ago
a344849
Remove unused function in audioPlugin_handle. NFC (#24896)
by Sam Clegg
· 5 days ago
3901c02
Automatic rebaseline of codesize expectations. NFC (#24897)
by github-actions[bot]
· 5 days ago
c78a68d
Roll emdawnwebgpu port to v20250807 (#24889)
by Kai Ninomiya
· 5 days ago
10a4a9e
Require `id` in addRunDependency/removeRunDependency (#24890)
by Sam Clegg
· 5 days ago
eb9b5a2
Use btest_exit in test_memory_growth_during_startup. NFC (#24894)
by Sam Clegg
· 5 days ago
592d12d
[file_packager] Convert preload caching functions to async. NFC (#24885)
by Sam Clegg
· 5 days ago
7990b15
[test] Improve test_preload_caching_indexeddb_name. NFC (#24888)
by Sam Clegg
· 5 days ago
f4a5267
Fix reference for undefined `errback`. NFC (#24886)
by Sam Clegg
· 5 days ago
03f6d1a
Automatic rebaseline of codesize expectations. NFC (#24887)
by github-actions[bot]
· 5 days ago
4c3f383
[file_packager] Convert openDatabase to async/await. NFC (#24883)
by Sam Clegg
· 6 days ago
14dd929
[file_packager] Remove redundant `isNode` check (#24884)
by Sam Clegg
· 6 days ago
3b4c5cc
[file_packager] Convert metadata handling to async. NFC (#24882)
by Sam Clegg
· 6 days ago
0331e82
Move clang flags handling to new `compile.py` file. NFC (#24880)
by Sam Clegg
· 6 days ago
174dca8
[emcc.py] Minor refactor in compile_source_file. NFC (#24881)
by Sam Clegg
· 6 days ago
56eae66
Reflect wasm-dis change enabling all features in test (#24876)
by Heejin Ahn
· 6 days ago
a6d1c87
[AUDIO_WORKLET] Tidy and document the worklet processing code. NFC (#24878)
by Carl Woffenden
· 6 days ago
6aff524
Simplify llvm tool location. NFC (#24879)
by Sam Clegg
· 6 days ago
8b61b94
Remove duplicate `also_with_wasmfs` test decorator. NFC (#24875)
by Sam Clegg
· 6 days ago
0ba2fc2
Remove internal USE_READY_PROMISE (#24874)
by Sam Clegg
· 7 days ago
9152fca
Return non-zero on error from preprocessor.js (#24873)
by Sam Clegg
· 7 days ago
857e7ff
Update ruff checks in tools/maint/pre-push. NFC (#24872)
by Sam Clegg
· 7 days ago
d4d2496
Add maint script: find_unused_settings.py. NFC (#24869)
by Sam Clegg
· 7 days ago
d4537ff
Fix WASM_WORKERS + MINIMAL_RUNTIME to transfer compiled module (#24865)
by Sam Clegg
· 7 days ago
72a18eb
[AUDIO_WORKLET] fix emscripten_create_audio_context for wasm64 (#24866)
by Carl Woffenden
· 7 days ago
6e482b5
Automatic rebaseline of codesize expectations. NFC (#24867)
by github-actions[bot]
· 7 days ago
32f8202
Fix for MINIMAL_RUNTIME_STREAMING_WASM_INSTANTIATION + ENVIRONMENT=web (#24863)
by Sam Clegg
· 7 days ago
7f17327
Fix IDBFS autoPersist on mkdir (#24799)
by handlerug
· 8 days ago
1b430a3
[AUDIO_WORKLET] Add support for MEMORY64 with 2GB and 4GB heap (#24732)
by Carl Woffenden
· 8 days ago
3ec2875
Migrate away from EXPORTED_FUNCTIONS for test_fs_idbfs_sync (#24864)
by handlerug
· 8 days ago
01628ae
Cleanup some test. NFC (#24861)
by Sam Clegg
· 8 days ago
252ed11
Fix sanitizer builds of test_minimal_runtime_hello_world. NFC (#24860)
by Sam Clegg
· 8 days ago
052cd1a
Error on use of for MINIMAL_RUNTIME_STREAMING_* + SINGLE_FILE (#24859)
by Sam Clegg
· 9 days ago
03b668a
Only create compiler entry points for the current platform (by default) (#24857)
by Sam Clegg
· 9 days ago
52e67f1
[emcc] Refactor incompatible settings error reporting. NFC (#24853)
by Sam Clegg
· 9 days ago
a2b1fdd
Remove skipTest from canvas_animate_resize. NFC (#24855)
by Sam Clegg
· 9 days ago
03a8ee1
Mark MINIMAL_RUNTIME_STREAMING_WASM_COMPILATION as requiring html output (#24849)
by Sam Clegg
· 9 days ago
636787e
Fix asan and lsan tests after #24831. NFC (#24856)
by Sam Clegg
· 9 days ago
df9dfe0
[deps]: Bump the development-dependencies group with 8 updates (#24847)
by dependabot[bot]
· 12 days ago
ddff8d5
[Fetch] fetchXHR callbacks are always specified. NFC (#24845)
by Sam Clegg
· 12 days ago
0e9686a
Avoid installing alltypes.h.in. NFC (#24843)
by Sam Clegg
· 12 days ago
e500d61
[Fetch] Avoid assigned to XMLHttpRequest.status field (#24841)
by Sam Clegg
· 12 days ago
cbbc783
Automatic rebaseline of codesize expectations. NFC (#24844)
by github-actions[bot]
· 12 days ago
14da0a2
Fix signedness/type mismatches when marshaling stat-related structs (#24772)
by Kleis Auke Wolthuizen
· 12 days ago
e6d6ef5
Revise `alltypes.h` update process. NFC (#24773)
by Kleis Auke Wolthuizen
· 12 days ago
5105b4f
Mark 4.0.12 as released (#24839)
by emscripten-bot
· 12 days ago
0bdea1f
Automatic rebaseline of codesize expectations. NFC (#24840)
by github-actions[bot]
· 12 days ago
cd1f6cc
Cleanup test/fs tests. NFC (#24831)
by Sam Clegg
· 12 days ago
aac42d0
Automatic rebaseline of codesize expectations. NFC (#24837)
by github-actions[bot]
· 12 days ago
c227930
[WasmFS] Fix linkage of `wasmfs_create_root_dir`. NFC (#24834)
by Sam Clegg
· 12 days ago
e8d2b61
Automatic rebaseline of codesize expectations. NFC (#24835)
by github-actions[bot]
· 13 days ago
6f625bd
Fix windows color terminal output (#24828)
by Sam Clegg
· 13 days ago
4.0.12
e5c41db
Add support for clang's color diagnostics flags (#24827)
by Sam Clegg
· 13 days ago
fe1d2ee
[embind] Add pointer policies for setting val object properties. (#24811)
by Brendan Dahl
· 13 days ago
b8660f6
Automatic rebaseline of codesize expectations. NFC (#24829)
by github-actions[bot]
· 13 days ago
84c4a9d
[llvm-libc] Import assert and complex into Emscripten (#24818)
by google-yfyang
· 13 days ago
8f638f8
Simplify em_js func types check. NFC (#24821)
by Ingvar Stepanyan
· 13 days ago
0cb8646
Avoid injecting `--experimental-wasm-bigint` into `#!` line when creating node-runnable output (#24808)
by Sam Clegg
· 14 days ago
e77e985
Fix GLUT window resizing when CSS scaling (#24699)
by Erik Larsen
· 14 days ago
94d1e77
Use `var` and `undefined` in libwebaudio.js. NFC (#24814)
by Sam Clegg
· 14 days ago
9886169
Cleanup test_fs_idbfs_sync. NFC (#24820)
by Sam Clegg
· 14 days ago
ef5ae35
[test] Remove unnecessary bigint flags. NFC (#24815)
by Sam Clegg
· 2 weeks ago
234ee52
[CI] Switch back to chrome unstable. NFC (#24816)
by Sam Clegg
· 2 weeks ago
653d765
Automatic rebaseline of codesize expectations. NFC (#24817)
by github-actions[bot]
· 2 weeks ago
bf6eadf
[file-packager] Warn about mixing --preload and --embed in the same command. NFC (#24806)
by Sam Clegg
· 2 weeks ago
0af682e
[llvm-libc] Import setjmp from llvm-libc (#24765)
by google-yfyang
· 2 weeks ago
be3fe6b
Fix test_build_error_color after #24804 (#24810)
by Sam Clegg
· 2 weeks ago
45f53fb
Use the power of the walrus. NFC (#24809)
by Sam Clegg
· 2 weeks ago
6422dc9
Automatic rebaseline of codesize expectations. NFC (#24812)
by github-actions[bot]
· 2 weeks ago
3c1f975
Cleanup some WASM_BIGINT handling (#24796)
by Sam Clegg
· 2 weeks ago
2039bc7
Show emcc diagnostics in bold (#24804)
by Sam Clegg
· 2 weeks ago
38186d1
Use diagnostics helpers in file_packager.py. NFC (#24805)
by Sam Clegg
· 2 weeks ago
fce364a
Fix skipping reftests and add helper to skip ref tests. (#24798)
by Brendan Dahl
· 2 weeks ago
e3b26f9
[pthreads] Use blob to create worker in single file mode. (#24784)
by Brendan Dahl
· 2 weeks ago
ee58484
Simplify `new Function` call. NFC (#24794)
by Sam Clegg
· 2 weeks ago
e0b5f9f
Fix bug in dynCalls generation (#24797)
by Sam Clegg
· 2 weeks ago
1d05ff8
[embind] Fix and test for incorrect dynCalls signature (#24791)
by Carl Woffenden
· 2 weeks ago
5c9c390
Cleanup handleWebGLProxying. NFC (#24793)
by Sam Clegg
· 2 weeks ago
ec93a04
[embind] Handle -fno-exceptions and try/catch redefinition macros. (#24787)
by Brendan Dahl
· 3 weeks ago
7bf2342
Simplify MODULARIZE code to always use async factory function (#24727)
by Sam Clegg
· 3 weeks ago
afb59ff
Update docs for min version of node and python. NFC (#24786)
by Sam Clegg
· 3 weeks ago
e0163ab
Add support for `reallocarray` libc function (#24775)
by Sam Clegg
· 3 weeks ago
Next »