Update README.md with newer used emsdk
This commit is contained in:
parent
695002bfe5
commit
877d351915
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ to [jumpartifact.com/demo0](https://jumpartifact.com/demo0/).
|
|||
Clone `https://github.com/emscripten-core/emsdk.git` to `${HOME}/git/emsdk`, and
|
||||
run the following commands in the cloned directory:
|
||||
|
||||
git checkout 3.1.44
|
||||
./emsdk install 3.1.44
|
||||
./emsdk activate 3.1.44
|
||||
git checkout 3.1.50
|
||||
./emsdk install 3.1.50
|
||||
./emsdk activate 3.1.50
|
||||
|
||||
Now you can use emsdk by sourcing the `emsdk_env.sh` file and using emcc/em++.
|
||||
The Makefile in `wasm_build/` should now "just work" with `make`.
|
||||
|
|
Loading…
Reference in a new issue