Christian Clauss
ac2adfeac4
Fix typos discovered by codespell ( #1496 )
...
# https://pypi.org/project/codespell
% `codespell`
```
./emsdk.py:1459: thier ==> their
./test/test.bat:1: equivilent ==> equivalent
./test/test.py:198: Specificlly ==> Specifically
./scripts/update_bazel_workspace.py:2: revisons ==> revisions
./scripts/update_node.py:11: direcotry ==> directory
./bazel/emscripten_toolchain/BUILD.bazel:57: implictly ==> implicitly
./docker/Dockerfile:87: terninal ==> terminal
```
2024-12-06 09:26:36 -08:00
juj
5e398ab4bc
Update Node to 20.18.0 LTS and add support for Windows on ARM64 to Node packages. ( #1473 )
...
Earlier Node 18.20.3 LTS did not yet support Windows on ARM64 builds.
Node 20.18.0 LTS is released on
https://nodejs.org/en/blog/release/v20.18.0 .
This update currently only affects the "compiled from source" builds,
and not the Google precompiled releases.
2024-10-19 00:20:02 +03:00
juj
8a99ae8698
Use zip_cmd() and unzip_cmd() in update_node.py as well. ( #1471 )
...
This way update_node.py can be called on Windows host machines as well.
2024-10-18 23:34:04 +03:00
juj
eda31dc972
Only upload node with gsutil in update_node.py if --upload is passed. ( #1472 )
...
This allows running the script locally.
Is there some kind of automated script that needs a matching update, or
was this always run manually?
2024-10-18 23:29:38 +03:00
Sam Clegg
8c38d2f915
Upgrade node from v16.20.0 to v18.20.3 ( #1387 )
...
Node v18 is that current LTS release of node and v18.20.3 is the latest
release of v18.
This change means that emsdk is no longer installable on Ubuntu/Bionic
18.04, and we now require Ubuntu/Focal 20.04.
See: #1183
Fixes : #1173
2024-05-28 12:12:17 -07:00
Derek Schuff
d7327b4850
Update node, 15.14.0 -> 16.20.0 ( #1232 )
...
This allows us to use the native ARM64 version on MacOS.
Also update the test scripts to work on ARM64 mac, and skip tests that aren't relevant.
2023-06-20 18:57:05 +00:00
Sam Clegg
dd8bbe5e82
Update node version 14.15.5 -> 15.14.0 ( #829 )
2023-04-11 18:17:46 +00:00
Sam Clegg
24e78812e0
Minor node version update v14.15.5 -> v14.18.2 ( #953 )
...
The newer versions of eslint require 14.17.0 or above. This
updates our node version to the latest in the 14.XX series.
I don't expect any user-visible changes.
2022-01-09 07:43:39 -08:00
Sam Clegg
9e96410d7f
Update node version to 14.15.5 (latest TLS release) ( #708 )
...
See https://github.com/WebAssembly/binaryen/issues/3551
2021-02-12 16:47:20 -08:00
Derek Schuff
c08015164e
Update nodejs to v12.18.1 ( #529 )
...
It includes an update to v8 7.8
2020-06-24 10:41:47 -07:00
Sam Clegg
62914e7f66
Add script for updating node and python binaries in google storage ( #486 )
...
In both cases updating these is slightly non-trivial so encode
the process in the script.
2020-05-04 15:08:43 -07:00