Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emsdk
/
HEAD
9d85bde
[test] Add test for running emsdk from a unicode path (#1770)
by Sam Clegg
· 11 hours ago
upstream/main
533884a
[docs] Update documentation for using custom Emscripten fork (#1786)
by Sam Clegg
· 14 hours ago
213e374
[bazel] Fix support for .symbols extension in link_wrapper (#1787)
by Sam Clegg
· 14 hours ago
5261a44
Use run_get_output helper instead of subprocess.check_output (#1782)
by Sam Clegg
· 2 days ago
e26beb6
Improve duplicate and error reporting when parsing emsdk_manifest.json (#1778)
by Sam Clegg
· 5 days ago
c159db4
Remove Tool.__repr__. NFC (#1780)
by Sam Clegg
· 6 days ago
a9c6345
Consistent dependency iteration. NFC (#1781)
by Sam Clegg
· 6 days ago
9f641c7
Add cmake directory to `.gitignore`. NFC (#1783)
by Sam Clegg
· 6 days ago
f8754c4
Merge tools now that OS-specific keys are possible (#1768)
by Sam Clegg
· 7 days ago
b2e0fdf
Cleanup vswhere helper. NFC (#1779)
by Sam Clegg
· 7 days ago
cb1a2c7
Simplify get_content_length for Python 3 (#1777)
by Sam Clegg
· 7 days ago
cea5609
[emsdk] Assert tool dependencies exist in dependencies methods (#1773)
by Sam Clegg
· 7 days ago
944bb87
[docker] Install typescript instead of tsc (#1776)
by Sam Clegg
· 7 days ago
9981799
Release 6.0.6 (#1774)
by emscripten-bot
· 7 days ago
upstream/6.0.6
5184a2b
[bazel] Use em++.py in link_wrapper.py for C++ linking (#1775)
by Sam Clegg
· 7 days ago
15f08bf
Rename "uses" tool property to "deps". NFC (#1772)
by Sam Clegg
· 8 days ago
546042c
Add ninja binaries for all arm64 platforms (#1771)
by Sam Clegg
· 8 days ago
17a714f
[test] Clean up top-level directory after test runs (#1767)
by Sam Clegg
· 8 days ago
0a02cda
Remove redundant if block. NFC (#1769)
by Sam Clegg
· 8 days ago
f36f442
Update Node.js to v24.18.1 (#1760)
by Sam Clegg
· 9 days ago
d85cd28
Update `tot` version to be based on binary availability on all platforms (#1763)
by Sam Clegg
· 9 days ago
9fcdf59
Add OS suffix support for all tool properties (#1761)
by Sam Clegg
· 9 days ago
99649d7
Remove `unix_url` tool property.
by Sam Clegg
· 9 days ago
c8f3a11
[docker] Install tsc so that --emit-tsc works inside the container (#1371)
by Kristoffer K.
· 9 days ago
7a26d4f
Fix GitHub capitalization. NFC (#1196)
by Bruce Mitchener
· 10 days ago
1ab2e62
Simplify download_file. NFC (#1759)
by Sam Clegg
· 13 days ago
cc4b73b
Fix running emscripten bootstrap (#1757)
by Sam Clegg
· 2 weeks ago
dfb9d1a
Release 6.0.5 (#1756)
by emscripten-bot
· 2 weeks ago
upstream/6.0.5
33abe70
Remove redundant cmake-missing error handling. NFC (#1753)
by Sam Clegg
· 2 weeks ago
3348396
Add write_file and read_file utilities. NFC (#1750)
by Sam Clegg
· 2 weeks ago
c7bb797
[CI] Remove pkgconfiglite windows install (#1748)
by Sam Clegg
· 2 weeks ago
7b0cfcd
Update ruff to latest version. NFC (#1751)
by Sam Clegg
· 2 weeks ago
2be309c
Remove redundant return code check. NFC (#1749)
by Sam Clegg
· 3 weeks ago
224ec5f
Release 6.0.4 (#1747)
by emscripten-bot
· 3 weeks ago
upstream/6.0.4
e7479a3
Use $CFGDIR in generated .emscripten for emscripten 6.0.4+ (#1737)
by Sam Clegg
· 3 weeks ago
f7bea3e
Bump min python version to 3.10 (#1743)
by Sam Clegg
· 3 weeks ago
80bb3e6
Remove redundant check in `make_build`. NFC (#1746)
by Sam Clegg
· 3 weeks ago
1121d4e
Remove redundant assignment in win_set_environment_variable. NFC (#1744)
by Sam Clegg
· 3 weeks ago
04dc806
Remove workaround for building old/unsupported macOS version. NFC (#1745)
by Sam Clegg
· 3 weeks ago
554c8ef
Simplify `run` utility. NFC (#1741)
by Sam Clegg
· 3 weeks ago
7056261
Simplify run_get_output / git_repo_version / git_recent_commits functions. NFC (#1740)
by Sam Clegg
· 3 weeks ago
944e6e9
Add ability to install prebuilt ninja (#1105)
by Sam Clegg
· 3 weeks ago
af798f7
Remove reference to emsdk-shipped version of git (#1739)
by Sam Clegg
· 3 weeks ago
1b8b245
Convert comments to docstrings in `emsdk.py`. NFC (#1738)
by Sam Clegg
· 3 weeks ago
c68d67a
Drop testing for bazel 7 (#1735)
by Sam Clegg
· 4 weeks ago
97757f4
Separate `emscripten_install` from `sdk_post_install` (#1733)
by Sam Clegg
· 4 weeks ago
db04e88
Release 6.0.3 (#1730)
by emscripten-bot
· 4 weeks ago
upstream/6.0.3
7f06d88
[bazel] Add support for enabling relaxed SIMD in wasm_cc_binary (#1728)
by DoDo
· 6 weeks ago
ca38f48
Release 6.0.2 (#1729)
by emscripten-bot
· 6 weeks ago
upstream/6.0.2
e0394a0
[bazel] remove the `llvm_backend` feature (#1727)
by DoDo
· 7 weeks ago
f0e624c
[bazel] Remove use of deprecated `-s USE_PTHREADS=1` flag (#1724)
by DoDo
· 7 weeks ago
0e2e065
[bazel] Remove EMCC_WASM_BACKEND (#1725)
by Sam Clegg
· 7 weeks ago
b6cb6d6
[bazel] Use standard/compact `-s` flags (#1726)
by Sam Clegg
· 7 weeks ago
7555392
[bazel] Implement external_include_paths feature (#1723)
by DoDo
· 7 weeks ago
af78ec5
More usage of f-strings. NFC (#1722)
by Sam Clegg
· 7 weeks ago
1518bec
Release 6.0.1 (#1721)
by emscripten-bot
· 7 weeks ago
upstream/6.0.1
298ea18
Cleanup Tool.compatible_with_this_os method. NFC (#1699)
by Sam Clegg
· 8 weeks ago
d223ae7
Release 6.0.0 (#1720)
by emscripten-bot
· 2 months ago
upstream/6.0.0
ae68ea1
Use version information from Workflow trigger to set version (#1718)
by Derek Schuff
· 2 months ago
261e2b5
Replace optional Tools fields (using `hasattr`) with normal class fields. NFC (#1710)
by Sam Clegg
· 2 months ago
59ace60
[bazel] Remove `linkshared = True` from bazel/test_external/long_command_line (#1715)
by Sam Clegg
· 2 months ago
2d7a9d3
Remove explicit .bat extension from emcc. NFC (#1716)
by Sam Clegg
· 2 months ago
47b21d4
Remove unused LLVM_ENABLE_TERMINFO option llvm build (#1706)
by mcbarton
· 2 months ago
ba0585d
Update tests to handle emcc.exe on windows (in addition to emcc.bat) (#1711)
by Sam Clegg
· 3 months ago
0dfff15
Add more ruff checks (#1709)
by Sam Clegg
· 3 months ago
22107b9
[Bazel] Support for a custom prebuilt emscripten cache (#1620)
by DoDo
· 3 months ago
d0797f1
Delete unused .github/stale.yml (#1708)
by mcbarton
· 3 months ago
bafd64c
Update Github ci actions to latest versions (#1707)
by mcbarton
· 3 months ago
41190c2
Release 5.0.7 (#1705)
by emscripten-bot
· 4 months ago
upstream/5.0.7
b8b37f9
Use `shutil.which`. NFC (#1703)
by Sam Clegg
· 4 months ago
ae94cc4
Add new env. var. EMSDK_RETRY_CLEAN_BUILD=1 (#1702)
by juj
· 4 months ago
1e3572e
Fix different issues with Node.js Nightly version downloading. (#1701)
by juj
· 4 months ago
2a9b469
Enable more ruff checks. NFC (#1697)
by Sam Clegg
· 4 months ago
948c31a
Release 5.0.6 (#1698)
by emscripten-bot
· 4 months ago
upstream/5.0.6
489bcb7
Create a simple bool env variable parser (#1696)
by Joe Eagar
· 4 months ago
102797c
Add EMSDK_USE_CURL environment variable to force use of curl (#1695)
by Ishan Jain
· 4 months ago
c9ef2c9
Release 5.0.5 (#1693)
by emscripten-bot
· 4 months ago
upstream/5.0.5
ef57ae6
[bazel] fix: rules_foreign_cc cmake builds (#1690)
by Nick D
· 5 months ago
251b126
[bazel] fix: use nodejs toolchain resolution (#1687)
by Nick Schaap
· 5 months ago
f55cad5
[bazel] feat: allow .ts and .d.ts file extensions. (#1625)
by Ernesto Casablanca
· 5 months ago
6d0ed4b
[Bazel] Replace uses of deprecated bazel_tools things (#1682)
by Steven Le Rouzic
· 5 months ago
23c5536
[Bazel] Replace the use of @bazel_tools//src/conditions:host_windows (#1683)
by Steven Le Rouzic
· 5 months ago
56a2c6e
Release 5.0.4 (#1688)
by emscripten-bot
· 5 months ago
upstream/5.0.4
a620cf1
Release 5.0.3 (#1686)
by emscripten-bot
· 5 months ago
upstream/5.0.3
d6b88f4
[Bazel] Remove dependency on system python on Windows too (#1681)
by Steven Le Rouzic
· 6 months ago
c817c0c
Release 5.0.2 (#1680)
by emscripten-bot
· 6 months ago
upstream/5.0.2
8c687bc
Update docker image from Ubuntu/Jammy 22.04 to Ubuntu/Noble 24.04 (#1678)
by Sam Clegg
· 6 months ago
9feeb49
Fix warning in Dockerfile. NFC (#1679)
by Sam Clegg
· 6 months ago
5464280
[bazel] Remove dependency on system python (#1676)
by DoDo
· 6 months ago
14c18b5
Release 5.0.1 (#1673)
by emscripten-bot
· 6 months ago
upstream/5.0.1
a52102f
[CI] Reuse setup-docker steps (#1671)
by Matthieu MOREL
· 6 months ago
831354d
Add caching for Python lint dependencies in CI configuration (#1670)
by Matthieu MOREL
· 6 months ago
ec6cfa6
[bazel] Fix Bazel 9.x compatibility issues (#1667)
by Matthieu MOREL
· 6 months ago
d06d2e3
Add missing loads for bazel 9 compatibility (#1666)
by Matthieu MOREL
· 6 months ago
7cafe37
Simplify `which` helper. NFC (#1665)
by Sam Clegg
· 7 months ago
7b61f27
Test running in directory containing spaces (#1664)
by Sam Clegg
· 7 months ago
75ba526
Temporarily disable bazel-latest testing. NFC (#1663)
by Sam Clegg
· 7 months ago
9d03d64
Fix test_binaryen_from_source on windows. NFC (#1660)
by Sam Clegg
· 7 months ago
a2dc067
Remove unused substitutions. NFC (#1662)
by Sam Clegg
· 7 months ago
ea85084
Remove unused function. NFC (#1661)
by Sam Clegg
· 7 months ago
Next »