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 13e6045 commit c70eec4Copy full SHA for c70eec4
README.md
@@ -5,13 +5,23 @@
5
Before you begin please do a git clone and then an install of EMSCRIPTEN on your local machine.
6
7
$ git clone https://github.com/juj/emsdk.git
8
+
9
$ cd emsdk
10
11
$ ./emsdk install latest
12
13
$ ./emsdk activate latest
14
15
16
or
17
18
19
20
21
22
23
$ ./emsdk install --build=Release sdk-incoming-64bit binaryen-master-64bit
24
25
$ ./emsdk activate --build=Release sdk-incoming-64bit binaryen-master-64bit
26
27
Additional instructions about webAssembly and general questions can be directed here: http://webassembly.org/getting-started/developers-guide/
0 commit comments