We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb6724 commit 32e0102Copy full SHA for 32e0102
README.md
@@ -69,13 +69,13 @@ git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
69
cd ./xeus-cpp
70
```
71
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
+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
73
```bash
74
cd $HOME
75
git clone https://github.com/emscripten-core/emsdk.git
76
cd emsdk
77
-./emsdk install 3.1.45
78
-./emsdk activate 3.1.45
+./emsdk install 3.1.73
+./emsdk activate 3.1.73
79
source $HOME/emsdk/emsdk_env.sh
80
81
0 commit comments