Skip to content

Commit 65c989e

Browse files
authored
Upgrade to emsdk to version 3.1.73
1 parent 04f45b2 commit 65c989e

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
clang-runtime: '19'
2828
cling: Off
2929
micromamba_shell_init: bash
30-
emsdk_ver: "3.1.45"
30+
emsdk_ver: "3.1.73"
3131

3232
steps:
3333
- uses: actions/checkout@v4

.github/workflows/emscripten.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ jobs:
2828
cling: Off
2929
llvm_enable_projects: "clang;lld"
3030
llvm_targets_to_build: "WebAssembly"
31-
emsdk_ver: "3.1.45"
31+
emsdk_ver: "3.1.73"
3232
- name: osx15-arm-clang-clang-repl-19-emscripten
3333
os: macos-15
3434
compiler: clang
3535
clang-runtime: '19'
3636
cling: Off
3737
llvm_enable_projects: "clang;lld"
3838
llvm_targets_to_build: "WebAssembly"
39-
emsdk_ver: "3.1.45"
39+
emsdk_ver: "3.1.73"
4040
- name: osx13-x86-clang-clang-repl-19-emscripten
4141
os: macos-13
4242
compiler: clang
4343
clang-runtime: '19'
4444
cling: Off
4545
llvm_enable_projects: "clang;lld"
4646
llvm_targets_to_build: "WebAssembly"
47-
emsdk_ver: "3.1.45"
47+
emsdk_ver: "3.1.73"
4848

4949
steps:
5050
- uses: actions/checkout@v4
@@ -450,21 +450,21 @@ jobs:
450450
clang-runtime: '19'
451451
cling: Off
452452
micromamba_shell_init: bash
453-
emsdk_ver: "3.1.45"
453+
emsdk_ver: "3.1.73"
454454
- name: osx15-arm-clang-clang-repl-19-emscripten_wasm
455455
os: macos-15
456456
compiler: clang
457457
clang-runtime: '19'
458458
cling: Off
459459
micromamba_shell_init: bash
460-
emsdk_ver: "3.1.45"
460+
emsdk_ver: "3.1.73"
461461
- name: osx13-x86-clang-clang-repl-19-emscripten_wasm
462462
os: macos-13
463463
compiler: clang
464464
clang-runtime: '19'
465465
cling: Off
466466
micromamba_shell_init: bash
467-
emsdk_ver: "3.1.45"
467+
emsdk_ver: "3.1.73"
468468

469469
steps:
470470
- uses: actions/checkout@v4

Emscripten-build-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ cd ./CppInterOp-wasm
1919
```
2020

2121
To create a wasm build of CppInterOp we make use of the emsdk toolchain. This can be installed by executing (we only currently
22-
support version 3.1.45)
22+
support version 3.1.73)
2323
```bash
2424
git clone https://github.com/emscripten-core/emsdk.git
25-
./emsdk/emsdk install 3.1.45
25+
./emsdk/emsdk install 3.1.73
2626
```
2727

2828
and activate the emsdk environment
2929

3030
```bash
31-
./emsdk/emsdk activate 3.1.45
31+
./emsdk/emsdk activate 3.1.73
3232
source ./emsdk/emsdk_env.sh
3333
```
3434

docs/Emscripten-build-instructions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ Now move into this directory using the following command
2828
2929
To create a wasm build of CppInterOp we make use of the emsdk toolchain.
3030
This can be installed by executing (we only currently support version
31-
3.1.45)
31+
3.1.73)
3232

3333
.. code:: bash
3434
3535
git clone https://github.com/emscripten-core/emsdk.git
36-
./emsdk/emsdk install 3.1.45
36+
./emsdk/emsdk install 3.1.73
3737
3838
and activate the emsdk environment
3939

4040
.. code:: bash
4141
42-
./emsdk/emsdk activate 3.1.45
42+
./emsdk/emsdk activate 3.1.73
4343
source ./emsdk/emsdk_env.sh
4444
4545
Now clone the 19.x release of the LLVM project repository and CppInterOp

0 commit comments

Comments
 (0)