Skip to content

Commit 3a039a6

Browse files
committed
instructions
1 parent bf4f498 commit 3a039a6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/Emscripten.md

+14
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,17 @@ I added a `Makefile` to the project. A few key things here.
1313
* Doing this will also compile the c code with `O0`
1414
* Any c functions you want to access from javascript must be added to `EXPORT_STRING`
1515
* 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

Comments
 (0)