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 32e0102 commit 7ca05d2Copy full SHA for 7ca05d2
docs/source/InstallationAndUsage.rst
@@ -51,14 +51,14 @@ These instructions will assume you have cmake installed on your system. First cl
51
cd ./xeus-cpp
52
53
54
-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
55
56
.. code-block:: bash
57
cd $HOME
58
git clone https://github.com/emscripten-core/emsdk.git
59
cd emsdk
60
- ./emsdk install 3.1.45
61
- ./emsdk activate 3.1.45
+ ./emsdk install 3.1.73
+ ./emsdk activate 3.1.73
62
source $HOME/emsdk/emsdk_env.sh
63
64
0 commit comments