Commit Graph

75 Commits

Author SHA1 Message Date
juj
d07c793415 Update Python to 3.13.3 and add support to Windows on ARM64. (#1477)
Update Python to 3.13.0 and add support to Windows on AMD64. Rewrite
packaging of pywin32 because it is no longer shipped via separate binary
installers, but has migrated to use pip.
2025-05-28 23:20:03 +03:00
juj
2c42698bcd Remove old Python versions from manifest: no package uses these python versions anymore. (#1465) 2024-10-17 19:47:11 +03:00
slowriot
50dffe11fa Add git pull to README.md (#1460)
Minor addition to bring README.md in line with the web documentation.
Resolves #1447.
2024-10-14 15:55:16 -07:00
Victor
f809c11ce3 [NFC] Fix a typo in README.md (#1451) 2024-09-19 10:01:24 -07:00
冰雪殇璃陌梦
fc9146e09f Upgrade CI to Ubuntu 20.04 LTS (Focal) (#1183)
# Why
On one hand Ubuntu18's free LTS cycle is ended, and on the other hand Ubuntu18 does not support nodejs greater than v18.
# What's changed.
1. update the Linux Docker image to buildpack-deps:focal
2. some compatibility changes
3. use the new recommended way to install Docker ([see here](https://docs.docker.com/engine/install/ubuntu/))

See #1173
2024-05-28 11:34:36 -07:00
Felix Kälberer
88c2c95955 Fix spelling in README.md (#1305) 2023-11-28 09:46:12 -08:00
Sam Clegg
ea2059fd6e Update some stale information in README.md (#1190)
- Remove reference to `~/.emscripten`.  We no longer use the home
  directory to store config information by default, either in
  emscripten or in emsdk.
- Remove some references to `The Emscripten Command Prompt`.  While I
  suppose this is referring to the windows-only `emcmdprompt.bat`, and I
  suppose it means "any shell where `activate` has been run", I think
  its more clear to simply avoid using the term.
2023-02-24 10:34:27 -08:00
Sam Clegg
c56f260779 Update README.md after #1166. NFC (#1172) 2023-01-17 12:44:34 -08:00
Sam Clegg
afecc765fb Switch primary branch from master to main (#809)
See: #805
2021-05-03 11:43:51 -07:00
juj
0fe3d48f22 Update to python 3.9.2 on Windows as well. Mark old Python and Node packages. (#758) 2021-03-16 09:43:02 +02:00
Sam Clegg
9a70fe3688 Rename sdk-upstream-master SDK to sdk-upstream-main (#754)
Now that all the components (binaryen, emscripten and llvm) use `main`
as the branch name is makes sense to give the SDK this name.

Keep backwards compat with the old name but issue a warning when its
used.
2021-03-10 21:54:29 -08:00
Sam Clegg
9d00a82b6a Remove update-tags phase (#738)
Its not really very useful to cache the tot release in a local text
file.  Instead just fetch the revsion each time `install tot` is run.

This avoids folks accidentally installing "old" tot releases.

Also, make the output a little less chatty when looking up tot version.
2021-03-05 09:19:42 -08:00
Amin Yahyaabadi
807e55cbec Set user environment variables permanently by using --permanent + deprecate --global (#621) 2020-09-29 22:15:22 -07:00
Alon Zakai
d75a9a845f Add some docs for building from source and binary. fixes #10063 (#420) 2020-05-12 11:18:11 -07:00
Ayane Satomi
3264996587 Fix some grammar errors in README (#449) 2020-03-03 11:03:20 -08:00
Sam Clegg
3631f0aac3 Remove use of incoming branches (#423)
See https://github.com/emscripten-core/emscripten/issues/10067
2020-01-14 13:59:15 -08:00
juj
2546d5ab51 Build wasm master (#401)
* Build wasm upstream

* Fix lld build for wasm-ld. Add note about compiler-rt not working.

* Address review

* Address review

* Address review

* Address review

* If targeting fastcomp Clang, apply EMCC_WASM_BACKEND=0 so that previous leftover environment with EMCC_WASM_BACKEND=1 will not cause a conflict

* Add docs about setting up Emscripten
2019-12-16 23:59:15 +02:00
Sam Clegg
1e42b44651 Update README (#390)
- Remove references to non-existent `Archived Releases` section.
- Rename `Platform-Specific Notes` to `System Requirements`
- Put `SDK Maintenance` which is kind of like an FAQ at the end.
2019-12-10 13:26:10 -06:00
Alon Zakai
a6c8e25a59 Remove some mozilla-games remnants (#360)
Remove obsolete docs links.

Remove downloading of the old releases list, and bundle the file in the repo.

Also the message in update-tags was wrong: we need git to do anything there now, as update-tags gets emscripten-releases using git currently (which is ok as update-tags is run by users that installed with git; otherwise they installed without git and just update the entire emsdk normally).
2019-09-23 10:37:49 -07:00
Sam Clegg
62c8a093f7 Add status badge (#343) 2019-08-29 15:04:06 -07:00
Alon Zakai
fc0ed1e17c Remove obsolete docs on README (#270)
A bunch of info there is out of date.

Instead, let the link to the install instructions on the main site (which was there already on line 11 higher up) speak for itself; we should have just one central location for these basic instructions.
2019-06-10 10:10:06 -07:00
Sam Clegg
1362a02f16 Line wrap README.md (#233) 2019-05-02 11:34:16 -07:00
Passw
c486741551 remove duplicated emsdk-1.35.0-full-64bit.exe (#216) 2019-02-13 10:22:46 -08:00
Alon Zakai (kripken)
0a86c3d909 we no longer maintain emsdk-portable.*, do not link to them 2018-04-27 08:40:19 -07:00
etienne02
bc20b9411c Fix link in readme 2017-07-18 18:30:14 +02:00
Jukka Jylänki
106801dd32 Clean up formatting on README.md 2017-06-05 16:19:39 +03:00
Jukka Jylanki
14d6a48a16 Add support for LLVM_CMAKE_ARGS environment variable to customize which flags are passed to CMake. 2017-05-03 16:16:45 +03:00
Jukka Jylänki
f7d2e3ab9f Update README.md. 2017-03-25 12:16:49 +02:00
Jukka Jylänki
85a2ee2ebc Add a documentation section about how to stay up to date with a git branch. 2017-01-05 12:39:22 +02:00
Shlomi Fish
dc2d282d32 Restore accidentally deleted paragraphs. 2016-10-11 21:33:40 +03:00
Shlomi Fish
5f4a8ee1dc Correct some phrasing/grammar/etc. problems.
In the README.md.
2016-10-06 18:41:25 +03:00
Shlomi Fish
296ed7f22f Fix some grammar and punctuation in the README. 2016-03-04 22:23:15 +02:00
Shlomi Fish
473815d816 Correct a typo - 'identically'. 2016-03-04 22:19:34 +02:00
Jukka Jylänki
e4acfff195 Add note about running out of memory. 2015-11-17 12:35:30 +02:00
Jukka Jylänki
d5ac77b6ce Clarify instructions regarding installing a specific set of packages instead of a whole SDK bundle. 2015-11-17 12:28:28 +02:00
Jukka Jylänki
14e165e49d Update download links to 1.35.0. 2015-11-13 17:36:44 +02:00
Jukka Jylänki
e91ee9e732 Clarify requirements for installing from source on Windows. 2015-10-28 18:27:32 +02:00
Jukka Jylänki
c925156ab2 Clarified instructions for manually installing and bootstrapping to emsdk. 2015-10-16 18:07:47 +03:00
Jukka Jylänki
6eb5607ec9 Add packages for 1.34.1 SDK release. 2015-07-03 19:14:34 +03:00
Jukka Jylänki
96bcbf30a5 Update README.md for new download links. 2015-04-12 14:43:32 +03:00
Jukka Jylänki
93cdb261f1 Update download links to 1.29.0. 2015-01-26 17:16:05 +02:00
Jukka Jylänki
ef17aeb616 Add new option '--embedded' to emsdk activate to bundle all Emscripten configuration, temp, cache and ports directories inside the emsdk root directory. 2015-01-23 16:21:21 +02:00
Jukka Jylänki
9f62e00449 Update README links for 1.27.0. 2014-11-28 00:50:28 +02:00
Jukka Jylänki
500cdb9ad5 Update download links for 1.25.0 2014-10-06 16:05:46 +03:00
Jukka Jylanki
030dc264cc Document --global in more places. 2014-09-17 10:09:18 +03:00
Jukka Jylänki
996d162dec Update download links to 1.22.0. 2014-08-11 22:23:32 +03:00
Jukka Jylänki
8ca0a036f0 Add a section that contains links to old archived installers. Add better documentation on how to grab an old Tool version. 2014-07-08 12:42:53 +03:00
Jukka Jylänki
461457c0f4 Linkify fastcomp. 2014-07-07 14:50:31 +03:00
Jukka Jylänki
5b2e30dce5 Update README.md to reflect that emsdk is now available on Linux as well. Remove old links that point to non-fastcomp instructions. 2014-07-07 14:16:12 +03:00
Jukka Jylänki
1b1d580de1 Clarify vs-tool instructions. 2014-05-01 10:27:23 +03:00