Skip to content

Commit

Permalink
Set emsdk version to 3.1.9 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim authored May 10, 2022
1 parent 38de48a commit bd57bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasm/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
git clone https://github.com/emscripten-core/emsdk.git ${DIR}/emsdk
${DIR}/emsdk/emsdk install latest
${DIR}/emsdk/emsdk activate latest
${DIR}/emsdk/emsdk install 3.1.9
${DIR}/emsdk/emsdk activate 3.1.9

0 comments on commit bd57bae

Please sign in to comment.