Skip to content

Commit 32e0102

Browse files
authored
Upgrade to emsdk 3.1.73 README.md
1 parent 0cb6724 commit 32e0102

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
6969
cd ./xeus-cpp
7070
```
7171

72-
You'll now want to make sure you're using emsdk version "3.1.45" and activate it. You can get this by executing the following
72+
You'll now want to make sure you're using emsdk version "3.1.73" and activate it. You can get this by executing the following
7373
```bash
7474
cd $HOME
7575
git clone https://github.com/emscripten-core/emsdk.git
7676
cd emsdk
77-
./emsdk install 3.1.45
78-
./emsdk activate 3.1.45
77+
./emsdk install 3.1.73
78+
./emsdk activate 3.1.73
7979
source $HOME/emsdk/emsdk_env.sh
8080
```
8181

0 commit comments

Comments
 (0)