We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4f498 commit 3a039a6Copy full SHA for 3a039a6
docs/Emscripten.md
@@ -13,3 +13,17 @@ I added a `Makefile` to the project. A few key things here.
13
* Doing this will also compile the c code with `O0`
14
* Any c functions you want to access from javascript must be added to `EXPORT_STRING`
15
* When you add them, you must add a `_` prefix
16
+
17
+# Install
18
+I tested this project with `1.39.11`
19
20
+```bash
21
+git clone https://github.com/emscripten-core/emsdk.git
22
+cd emsdk/
23
+git pull
24
+./emsdk install latest
25
+./emsdk activate latest
26
+source ./emsdk_env.sh
27
+```
28
29
+See https://emscripten.org/docs/getting_started/downloads.html
0 commit comments