We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af7a29 commit b23642cCopy full SHA for b23642c
docs/development/build-emscripten.md
@@ -22,10 +22,10 @@ an Emscripten engine.
22
23
/opt/emsdk_portable/emsdk list
24
25
-3. Install and activate the "incoming" SDK by running:
+3. Install and activate SDK 1.35.23 by running:
26
27
- /opt/emsdk_portable/emsdk install sdk-incoming-64bit
28
- /opt/emsdk_portable/emsdk activate sdk-incoming-64bit
+ /opt/emsdk_portable/emsdk install sdk-1.35.23-32bit
+ /opt/emsdk_portable/emsdk activate sdk-1.35.23-32bit
29
30
This will take a really long time and use an insane amount of RAM.
31
@@ -65,4 +65,3 @@ Some web browsers (including Google Chrome) have JavaScript security policies th
65
python -m SimpleHTTPServer 8080
66
67
You can then load http://localhost:8080/ in a web browser to view your standalone HTML5 engine.
68
-
0 commit comments