Update README.md
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 16s
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 16s
This commit is contained in:
parent
532654dee0
commit
7afeb98288
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ Clone `https://github.com/emscripten-core/emsdk.git` to `${HOME}/git/emsdk`, and
|
||||||
run the following commands in the cloned directory:
|
run the following commands in the cloned directory:
|
||||||
|
|
||||||
git checkout 3.1.44
|
git checkout 3.1.44
|
||||||
./emsdk install latest
|
./emsdk install 3.1.44
|
||||||
./emsdk activate latest
|
./emsdk activate 3.1.44
|
||||||
|
|
||||||
Now you can use emsdk by sourcing the `emsdk_env.sh` file and using emcc/em++.
|
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`.
|
The Makefile in `wasm_build/` should now "just work" with `make`.
|
||||||
|
|
Loading…
Reference in a new issue